Remove JvmVersion annotation and its usages

This commit is contained in:
Ilya Gorbunov
2018-04-13 22:15:19 +03:00
parent 1eca402332
commit 2c74b91de4
95 changed files with 2 additions and 229 deletions
@@ -72,8 +72,6 @@ fun List<MemberBuilder>.writeTo(file: File, platformSource: PlatformSourceFile)
}
writer.appendln("@file:kotlin.jvm.JvmName(\"${sourceFile.jvmClassName}\")")
if (platform == Platform.JVM)
writer.appendln("@file:kotlin.jvm.JvmVersion")
writer.appendln()
writer.append("package ${sourceFile.packageName ?: "kotlin"}\n\n")