Update project for Kotlin 1.4-M2
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.4-M1" apply false
|
kotlin("jvm") version "1.4-M2" apply false
|
||||||
id("org.jetbrains.dokka") version "0.10.0" apply false
|
id("org.jetbrains.dokka") version "0.10.0" apply false
|
||||||
id("com.gradle.plugin-publish") version "0.11.0" apply false
|
id("com.gradle.plugin-publish") version "0.11.0" apply false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,13 +11,13 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("stdlib-jdk8"))
|
implementation(kotlin("stdlib-jdk8"))
|
||||||
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4-M1")
|
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable")
|
||||||
|
|
||||||
kapt("com.google.auto.service:auto-service:1.0-rc6")
|
kapt("com.google.auto.service:auto-service:1.0-rc6")
|
||||||
compileOnly("com.google.auto.service:auto-service-annotations:1.0-rc6")
|
compileOnly("com.google.auto.service:auto-service-annotations:1.0-rc6")
|
||||||
|
|
||||||
testImplementation(kotlin("test-junit"))
|
testImplementation(kotlin("test-junit"))
|
||||||
testImplementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4-M1")
|
testImplementation("org.jetbrains.kotlin:kotlin-compiler-embeddable")
|
||||||
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.2.6")
|
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.2.6")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user