chore(build): refresh Gradle Kotlin IC properties

This commit is contained in:
Harsh Shandilya 2023-08-20 03:27:12 +05:30
parent 1600b7a200
commit 932b474763
No known key found for this signature in database

View file

@ -26,7 +26,9 @@ kapt.incremental.apt=true
kapt.include.compile.classpath=false
# New incremental compilation for Kotlin
kotlin.incremental.useClasspathSnapshot=true
kotlin.compiler.suppressExperimentalICOptimizationsWarning=true
kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
kotlin.compiler.preciseCompilationResultsBackup=true
kotlin.build.report.output=file
# Enable AndroidX
@ -43,11 +45,8 @@ android.dependencyResolutionAtConfigurationTime.disallow=true
# Disallow parsing the manifest too early in the build process
android.disableEarlyManifestParsing=true
# Prevent CI stalling during setup
android.experimental.testOptions.managedDevices.setupTimeoutMinutes=20
# Disable warnings about unsupported features
android.suppressUnsupportedOptionWarnings=android.dependencyResolutionAtConfigurationTime.disallow,android.disableEarlyManifestParsing,android.suppressUnsupportedOptionWarnings,,android.experimental.testOptions.managedDevices.setupTimeoutMinutes
android.suppressUnsupportedOptionWarnings=android.dependencyResolutionAtConfigurationTime.disallow,android.disableEarlyManifestParsing,android.suppressUnsupportedOptionWarnings
# Add opens for KAPT
# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0