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
@@ -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)