mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +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
|
@ -43,8 +43,6 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
private val ADDITIONAL_COMPILER_ARGS =
|
||||
listOf(
|
||||
"-opt-in=kotlin.RequiresOptIn",
|
||||
"-P",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ coil = "2.1.0"
|
|||
coroutines = "1.6.3"
|
||||
dagger = "2.42"
|
||||
hilt = "1.0.0"
|
||||
kotlin = "1.6.10"
|
||||
kotlin = "1.7.0"
|
||||
material_motion = "0.8.4"
|
||||
retrofit = "2.9.0"
|
||||
richtext = "0.13.0"
|
||||
|
@ -76,7 +76,7 @@ testparameterinjector = "com.google.testparameterinjector:test-parameter-injecto
|
|||
[plugins]
|
||||
android-test = { id = "com.android.test", version.ref = "agp" }
|
||||
aurora-svg-transcoder = { id = "org.pushing-pixels.aurora.tools.svgtranscoder.gradle", version.ref = "aurora" }
|
||||
compose = "org.jetbrains.compose:1.1.1"
|
||||
compose = "org.jetbrains.compose:1.2.0-alpha01-dev741"
|
||||
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
|
||||
paparazzi = "app.cash.paparazzi:1.0.0"
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue