Move strip-kotlin-annotations script to buildSrc

... and invoke it directly in kotlin-reflect's build file, instead of
running another instance of compiler to evaluate a script. Also only
strip kotlin.Metadata, since it's the only annotation with heavy
metadata on Kotlin-generated class files
This commit is contained in:
Alexander Udalov
2017-11-07 17:27:54 +01:00
parent 38bee07fd0
commit 208e68a968
7 changed files with 24 additions and 73 deletions
+1 -3
View File
@@ -4,9 +4,7 @@
},
"configurations": [
"bootstrapCompile",
"scriptCompile",
"scriptRuntime"
"bootstrapCompile"
],
"extensions": {
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",