We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaa6df commit fe2fedcCopy full SHA for fe2fedc
gradle/compile-jvm.gradle
@@ -4,7 +4,7 @@
4
5
// Platform-specific configuration to compile JVM modules
6
7
-apply plugin: 'kotlin'
+apply plugin: 'org.jetbrains.kotlin.jvm'
8
9
sourceCompatibility = 1.6
10
targetCompatibility = 1.6
kotlinx-coroutines-core/build.gradle
@@ -2,7 +2,7 @@
2
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
*/
-apply plugin: 'kotlin-multiplatform'
+apply plugin: 'org.jetbrains.kotlin.multiplatform'
apply from: rootProject.file("gradle/targets.gradle")
apply from: rootProject.file("gradle/compile-jvm-multiplatform.gradle")
apply from: rootProject.file("gradle/compile-common.gradle")
0 commit comments