Skip to content

Commit 4f58e54

Browse files
authored
Use new optIn API (#58)
Co-authored-by: hfhbd <[email protected]>
1 parent fabccbc commit 4f58e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlinx-uuid-exposed/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ kotlin {
1717
sourceSets {
1818
all {
1919
languageSettings.progressiveMode = true
20-
languageSettings.useExperimentalAnnotation("kotlin.RequiresOptIn")
21-
languageSettings.useExperimentalAnnotation("kotlinx.uuid.InternalAPI")
20+
languageSettings.optIn("kotlin.RequiresOptIn")
21+
languageSettings.optIn("kotlinx.uuid.InternalAPI")
2222
}
2323

2424
// Apache 2, https://github.com/JetBrains/Exposed/releases/latest

0 commit comments

Comments
 (0)