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:
Yahor Berdnikau
2022-11-14 11:32:39 +01:00
committed by Space Team
parent 2d6fb8a99a
commit 49a5e9b91d
10 changed files with 65 additions and 13 deletions
+1
View File
@@ -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