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
@@ -11,6 +11,7 @@ cacheRedirectorEnabled=true
|
||||
#buildSrc.kotlin.version=1.1.50
|
||||
|
||||
kotlin.build.gradlePlugin.version=0.0.38
|
||||
kotlin.options.suppressFreeCompilerArgsModificationWarning=true
|
||||
|
||||
# Please keep it in sync with root gradle.properties.
|
||||
# It's currently needed for proper configuration cache work, the reason will be investigated later
|
||||
|
||||
Reference in New Issue
Block a user