Switching library projects to java 8 compilation with exceptions for stdlib/runtime/reflect/test

This commit is contained in:
Ilya Chernikov
2017-08-03 15:42:28 +02:00
parent fca9478fd8
commit 3caa426b76
9 changed files with 47 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ description 'Kotlin Runtime (deprecated, use koltin-stdlib artifact instead)'
apply plugin: 'kotlin'
configureJvmProject(project)
configureJvm6Project(project)
configurePublishing(project)
dependencies {