org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal.publish.checksums.insecure=true kotlin.daemon.jvmargs=-Xmx2200m org.gradle.parallel=true org.gradle.caching=true org.gradle.java.installations.fromEnv=JDK_16,JDK_17,JDK_18,JDK_9,JDK_10,JDK_11,JDK_15,JDK_16_0,JDK_17_0 systemProp.org.gradle.internal.http.connectionTimeout=90000 systemProp.org.gradle.internal.http.socketTimeout=90000 cacheRedirectorEnabled=true defaultSnapshotVersion=1.6.255-SNAPSHOT #maven.repository.mirror=http://repository.jetbrains.com/remote-repos/ #bootstrap.kotlin.repo=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap #bootstrap.kotlin.version=1.1.50-dev-1451 bootstrap.kotlin.default.version=1.7.0-dev-961 kotlin.build.publishing.attempts=20 #signingRequired=true ## The following properties can be added to your local.properties file to customize the build: kotlin.jvm.target.validation.mode=error #attachedIntellijVersion=203 (or any other platform version) ## Used for compare gradle and jps build #kotlin.build.postprocessing=false #kotlin.build.java9=false #kotlin.build.useBootstrapStdlib=true # Don't add the Kotlin standard library dependencies by default # TODO: add this flag in a granular way to the modules that don't need stdlib? kotlin.stdlib.default.dependency=false # Suppress warnings about using deprecated and unstable plugins in kotlin-stdlib kotlin.internal.mpp12x.deprecation.suppress=true kotlin.mpp.stability.nowarn=true kotlin.wasm.stability.nowarn=true kotlin.2js.nowarn=true kotlin.native.enabled=false kotlin.native.home=kotlin-native/dist org.gradle.vfs.watch=true # Enable JPS build #jpsBuild=true # Enable compilation of project using FIR compiler #kotlin.build.useFir=true # Enable FIR compiler for kotlin-stdlib, kotlin-reflect, kotlin-test. #kotlin.build.useFirForLibraries=true # Enable overriding JDK 6 and JDK 7 with JDK 8 in java toolchains # This flag is required if you don't have JDK 6 or JDK 7 manually installed #kotlin.build.isObsoleteJdkOverrideEnabled=true # Disable -Werror compiler flag #kotlin.build.disable.werror=true # Enable bootstrap from local build of compiler (build from ./gradlew publish) #bootstrap.local=true # By default bootstrap compiler is located in ./build/repo directory # If it differs from default use next flag: #bootstrap.local.path=/path/to/repo # Set number of threads which are used for running JUnit 5 tests in concurrent mode # If not set then min(number of CPU cores, 16) will be used #kotlin.test.junit5.maxParallelForks=4 # Those properties are used to automatically generate run configurations for modularized # and full pipeline tests for different sets of test data # Generate ModularizedTest configurations #kotlin.fir.modularized.mt.configurations=true # Generate FullPipeline configurations #kotlin.fir.modularized.fp.configurations=true # Generate additional configurations for Kotlin project #kotlin.fir.modularized.additional.configurations # Specify paths to projects for modularized tests #kotlin.fir.modularized.testdata.kotlin=/path/to/kotlin/project/testdata #kotlin.fir.modularized.testdata.intellij=/path/to/intellij/project/testdata #kotlin.fir.modularized.testdata.youtrack=/path/to/youtrack/project/testdata #kotlin.fir.modularized.testdata.space=/path/to/space/project/testdata