Allow to suppress kotlinOptions.freeCompiler args modification warning
It could be done via 'gradle.properties': 'kotlin.options.suppressFreeCompilerArgsModificationWarning=true' ^KT-54888 Fixed
This commit is contained in:
committed by
Space Team
parent
2d6fb8a99a
commit
49a5e9b91d
@@ -42,6 +42,7 @@ kotlin.build.publishing.attempts=20
|
||||
## The following properties can be added to your local.properties file to customize the build:
|
||||
|
||||
kotlin.jvm.target.validation.mode=error
|
||||
kotlin.options.suppressFreeCompilerArgsModificationWarning=true
|
||||
|
||||
#attachedIntellijVersion=203 (or any other platform version)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user