We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabccbc commit 4f58e54Copy full SHA for 4f58e54
kotlinx-uuid-exposed/build.gradle.kts
@@ -17,8 +17,8 @@ kotlin {
17
sourceSets {
18
all {
19
languageSettings.progressiveMode = true
20
- languageSettings.useExperimentalAnnotation("kotlin.RequiresOptIn")
21
- languageSettings.useExperimentalAnnotation("kotlinx.uuid.InternalAPI")
+ languageSettings.optIn("kotlin.RequiresOptIn")
+ languageSettings.optIn("kotlinx.uuid.InternalAPI")
22
}
23
24
// Apache 2, https://github.com/JetBrains/Exposed/releases/latest
0 commit comments