Remove unsupported argument from common-configuration
This commit is contained in:
@@ -179,10 +179,7 @@ fun Project.configureKotlinCompilationOptions() {
|
||||
allWarningsAsErrors = !kotlinBuildProperties.disableWerror
|
||||
}
|
||||
if (project.path in projectsWithEnabledContextReceivers) {
|
||||
freeCompilerArgs += listOf(
|
||||
"-Xcontext-receivers",
|
||||
"-Xdont-poison-binaries-with-prerelease"
|
||||
)
|
||||
freeCompilerArgs += "-Xcontext-receivers"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user