gradle: bump Compose and Kotlin

This commit is contained in:
Harsh Shandilya 2022-07-08 19:55:53 +00:00
parent 61fabc7b35
commit aa1f4cb827
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 9 additions and 6 deletions

View file

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