Skip to content

Commit fe2fedc

Browse files
authored
New Kotlin/JVM & Kotlin/Multiplatform plugins (#2018)
1 parent fcaa6df commit fe2fedc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/compile-jvm.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Platform-specific configuration to compile JVM modules
66

7-
apply plugin: 'kotlin'
7+
apply plugin: 'org.jetbrains.kotlin.jvm'
88

99
sourceCompatibility = 1.6
1010
targetCompatibility = 1.6

kotlinx-coroutines-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
apply plugin: 'kotlin-multiplatform'
5+
apply plugin: 'org.jetbrains.kotlin.multiplatform'
66
apply from: rootProject.file("gradle/targets.gradle")
77
apply from: rootProject.file("gradle/compile-jvm-multiplatform.gradle")
88
apply from: rootProject.file("gradle/compile-common.gradle")

0 commit comments

Comments
 (0)