Skip to content

Commit

Permalink
Remove unnecessary kotlin.RequiresOptIn optin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jul 31, 2024
1 parent 12c5c6b commit cbbb9e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import org.jetbrains.kotlin.gradle.plugin.LanguageSettingsBuilder
internal fun LanguageSettingsBuilder.applyLanguageSettings(): LanguageSettingsBuilder {
return apply {
progressiveMode = true
optIn("kotlin.RequiresOptIn")
optIn("kotlin.experimental.ExperimentalObjCName")
enableLanguageFeature("ContextReceivers")
enableLanguageFeature("ExplicitBackingFields")
Expand Down

0 comments on commit cbbb9e9

Please sign in to comment.