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 4b1c87b commit 189b590Copy full SHA for 189b590
buildSrc/src/main/kotlin/com/hoc/comicapp/plugin/ComicAppPlugin.kt
@@ -97,7 +97,7 @@ private fun Project.configKotlinOptions() {
97
jvmTarget = version
98
sourceCompatibility = version
99
targetCompatibility = version
100
- freeCompilerArgs = freeCompilerArgs + listOf("-Xopt-in=kotlin.RequiresOptIn", "-Xinline-classes")
+ freeCompilerArgs = freeCompilerArgs + listOf("-opt-in=kotlin.RequiresOptIn")
101
languageVersion = "1.6"
102
}
103
0 commit comments