Commit da710bd1 authored by Igor Demin's avatar Igor Demin

Fix typo in build.gradle.kts

parent e9fefc76
...@@ -70,5 +70,5 @@ tasks.withType<Test> { ...@@ -70,5 +70,5 @@ tasks.withType<Test> {
} }
tasks.withType<KotlinCompile>().configureEach { tasks.withType<KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptI" kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment