Skip to content

Commit d2d3b05

Browse files
committed
Remove unnecessary ExperimentalCoroutinesApi optIn
1 parent 7aa138f commit d2d3b05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ java {
3535
kotlin {
3636
compilerOptions {
3737
optIn.add("kotlin.contracts.ExperimentalContracts")
38-
optIn.add("kotlinx.coroutines.ExperimentalCoroutinesApi")
3938
jvmTarget.set(JVM_1_8)
4039
}
4140
}

0 commit comments

Comments
 (0)