Fix new compiler warnings in daemon and build-common
This commit is contained in:
@@ -39,3 +39,11 @@ runtimeJar()
|
||||
sourcesJar()
|
||||
|
||||
javadocJar()
|
||||
|
||||
tasks {
|
||||
val compileKotlin by existing(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class) {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xopt-in=kotlinx.coroutines.DelicateCoroutinesApi"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user