Skip to content

Commit

Permalink
[feature/droidknights#306] Add experimental feature: ExplicitBackingF…
Browse files Browse the repository at this point in the history
…ields
  • Loading branch information
l2hyunwoo committed May 30, 2024
1 parent 511663f commit ef9f7ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@ internal fun Project.configureKotlin() {
)
)
}
sourceSets.all {
languageSettings.enableLanguageFeature("ExplicitBackingFields")
}
}
}

0 comments on commit ef9f7ad

Please sign in to comment.