mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
chore(build): refresh Gradle Kotlin IC properties
This commit is contained in:
parent
1600b7a200
commit
932b474763
1 changed files with 4 additions and 5 deletions
|
@ -26,7 +26,9 @@ kapt.incremental.apt=true
|
||||||
kapt.include.compile.classpath=false
|
kapt.include.compile.classpath=false
|
||||||
|
|
||||||
# New incremental compilation for Kotlin
|
# 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
|
kotlin.build.report.output=file
|
||||||
|
|
||||||
# Enable AndroidX
|
# Enable AndroidX
|
||||||
|
@ -43,11 +45,8 @@ android.dependencyResolutionAtConfigurationTime.disallow=true
|
||||||
# Disallow parsing the manifest too early in the build process
|
# Disallow parsing the manifest too early in the build process
|
||||||
android.disableEarlyManifestParsing=true
|
android.disableEarlyManifestParsing=true
|
||||||
|
|
||||||
# Prevent CI stalling during setup
|
|
||||||
android.experimental.testOptions.managedDevices.setupTimeoutMinutes=20
|
|
||||||
|
|
||||||
# Disable warnings about unsupported features
|
# 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
|
# Add opens for KAPT
|
||||||
# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0
|
# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue