Revert "Upgrade to Kotlin metadata 0.7.0"

This reverts commit ff8a1cbb3d1fc9ec633dc1230afd8f83fa263a19.

Reason for revert: Reland after vacation

Change-Id: I1e84cc8c5ddaf462319f8b41a9dda841ce91a7c1
diff --git a/tools/create_local_maven_with_dependencies.py b/tools/create_local_maven_with_dependencies.py
index c27bd44..500c480 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 shutil
 import subprocess
+import shutil
 import sys
 
 import utils
@@ -21,7 +21,7 @@
 ASM_VERSION = '9.5'
 ESPRESSO_VERSION = '3.0.0'
 FASTUTIL_VERSION = '7.2.1'
-KOTLIN_METADATA_VERSION = '0.7.0'
+KOTLIN_METADATA_VERSION = '0.6.2'
 KOTLIN_VERSION = '1.8.0'
 GUAVA_VERSION = '31.1-jre'
 GUAVA_VERSION_NEW = '32.1.2-jre'