mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
gradle: bump Compose and Kotlin
This commit is contained in:
parent
61fabc7b35
commit
aa1f4cb827
3 changed files with 9 additions and 6 deletions
|
@ -26,6 +26,13 @@ kapt.include.compile.classpath=false
|
|||
# Force disable testOnly flag in manifest
|
||||
android.injected.testOnly=false
|
||||
|
||||
# New incremental compilation for Kotlin
|
||||
kotlin.incremental.useClasspathSnapshot=true
|
||||
kotlin.build.report.output=file
|
||||
|
||||
# Disable Gradle task that breaks configuration caching
|
||||
kotlin.mpp.enableKotlinToolingMetadataArtifact=false
|
||||
|
||||
# Use R8 instead of ProGuard for code shrinking.
|
||||
android.enableR8.fullMode=false
|
||||
|
||||
|
@ -33,8 +40,6 @@ android.enableR8.fullMode=false
|
|||
android.useAndroidX=true
|
||||
|
||||
# Kotlin Multiplatform
|
||||
kotlin.mpp.enableGranularSourceSetsMetadata=false
|
||||
kotlin.native.enableDependencyPropagation=false
|
||||
kotlin.mpp.stability.nowarn=true
|
||||
|
||||
# Enable non-transitive R class namespacing where each library only contains
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue