Skip to content
Snippets Groups Projects
Verified Commit 83d12003 authored by Torsten Grote's avatar Torsten Grote
Browse files

Do actual opt-in to experimental @OptIn annotations

parent dcdf36cc
No related branches found
No related tags found
1 merge request!240Forum List and Adding Forums
......@@ -72,6 +72,7 @@ tasks.test {
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "11"
kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
}
tasks.withType<org.gradle.jvm.tasks.Jar> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment