0.7.6 #6

Merged
altavir merged 11 commits from dev into master 2021-02-06 16:25:34 +03:00
Showing only changes of commit b6e56dc1a0 - Show all commits

View File

@ -79,7 +79,7 @@ open class KScienceCommonPlugin : Plugin<Project> {
jvm { jvm {
compilations.all { compilations.all {
kotlinOptions { kotlinOptions {
// useIR = true useIR = true
jvmTarget = KScienceVersions.JVM_TARGET.toString() jvmTarget = KScienceVersions.JVM_TARGET.toString()
} }
} }
@ -134,7 +134,7 @@ open class KScienceCommonPlugin : Plugin<Project> {
tasks.apply { tasks.apply {
withType<KotlinJvmCompile> { withType<KotlinJvmCompile> {
kotlinOptions { kotlinOptions {
// useIR = true useIR = true
jvmTarget = KScienceVersions.JVM_TARGET.toString() jvmTarget = KScienceVersions.JVM_TARGET.toString()
} }
} }