Commit 09811224 authored by Him188's avatar Him188

Add useExperimentalAnnotation

parent 0152a933
...@@ -30,6 +30,7 @@ kotlin { ...@@ -30,6 +30,7 @@ kotlin {
sourceSets { sourceSets {
all { all {
languageSettings.enableLanguageFeature("InlineClasses") languageSettings.enableLanguageFeature("InlineClasses")
languageSettings.useExperimentalAnnotation("kotlin.Experimental")
} }
} }
} }
......
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