Reland "Upgrade to Kotlin metadata 0.7.0"

This reverts commit 148faa4bf08299e530c3685eef07e46b1eef4e14.

Change-Id: Ie3b0fc0a941c1a99c0711eb1a4de711b2108f389
diff --git a/tools/create_local_maven_with_dependencies.py b/tools/create_local_maven_with_dependencies.py
index f9a0383..76caf6b 100755
--- a/tools/create_local_maven_with_dependencies.py
+++ b/tools/create_local_maven_with_dependencies.py
@@ -5,8 +5,8 @@
 
 import argparse
 import os.path
-import subprocess
 import shutil
+import subprocess
 import sys
 
 import utils
@@ -24,7 +24,7 @@
 ASM_VERSION = '9.5'
 ESPRESSO_VERSION = '3.0.0'
 FASTUTIL_VERSION = '7.2.1'
-KOTLIN_METADATA_VERSION = '0.6.2'
+KOTLIN_METADATA_VERSION = '0.7.0'
 KOTLIN_VERSION = '1.8.0'
 GUAVA_VERSION = '31.1-jre'
 GUAVA_VERSION_NEW = '32.1.2-jre'