Put copyrights to the generated standard library sources

Read copyright template from .idea/copyright/apache.xml profile
This commit is contained in:
Ilya Gorbunov
2018-04-17 22:59:08 +03:00
parent e21c235bbb
commit 502418e690
19 changed files with 125 additions and 32 deletions
@@ -12,8 +12,8 @@ dependencies {
compileKotlin {
compilerJarFile = null
kotlinOptions {
languageVersion = "1.1"
apiVersion = "1.1"
languageVersion = "1.2"
apiVersion = "1.2"
freeCompilerArgs = ["-version", "-Xnormalize-constructor-calls=enable"]
}
}