Small gradle refactor
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ plugins {
|
||||
}
|
||||
|
||||
subprojects {
|
||||
tasks.withType<KotlinCompile>().configureEach {
|
||||
tasks.withType<KotlinCompile>().all {
|
||||
compilerOptions {
|
||||
freeCompilerArgs.addAll(
|
||||
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
|
||||
|
||||
Reference in New Issue
Block a user