mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
Switch back to Kotlin 1.6.10
The IDE breakage is simply not worth this
This commit is contained in:
parent
fc7f959342
commit
844082aed9
4 changed files with 5 additions and 10 deletions
|
@ -12,7 +12,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
val additionalCompilerArgs =
|
val additionalCompilerArgs =
|
||||||
listOf(
|
listOf(
|
||||||
"-opt-in=kotlin.RequiresOptIn",
|
"-Xopt-in=kotlin.RequiresOptIn",
|
||||||
"-P",
|
"-P",
|
||||||
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
|
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
|
||||||
)
|
)
|
||||||
|
|
|
@ -27,6 +27,8 @@ android.enableR8.fullMode=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
# Kotlin Multiplatform
|
# Kotlin Multiplatform
|
||||||
|
kotlin.mpp.enableGranularSourceSetsMetadata=false
|
||||||
|
kotlin.native.enableDependencyPropagation=false
|
||||||
kotlin.mpp.stability.nowarn=true
|
kotlin.mpp.stability.nowarn=true
|
||||||
|
|
||||||
# Enable non-transitive R class namespacing where each library only contains
|
# Enable non-transitive R class namespacing where each library only contains
|
||||||
|
|
|
@ -4,7 +4,7 @@ aurora = "1.1.0"
|
||||||
coroutines = "1.6.1"
|
coroutines = "1.6.1"
|
||||||
dagger = "2.41"
|
dagger = "2.41"
|
||||||
hilt = "1.0.0"
|
hilt = "1.0.0"
|
||||||
kotlin = "1.6.21"
|
kotlin = "1.6.10"
|
||||||
richtext = "0.11.0"
|
richtext = "0.11.0"
|
||||||
serialization = "1.3.2"
|
serialization = "1.3.2"
|
||||||
sqldelight = "2.0.0-alpha02"
|
sqldelight = "2.0.0-alpha02"
|
||||||
|
@ -56,6 +56,6 @@ sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapter
|
||||||
testing-mockWebServer = "com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.6"
|
testing-mockWebServer = "com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.6"
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
compose = "org.jetbrains.compose:0.0.0-master-dev673"
|
compose = "org.jetbrains.compose:1.1.1"
|
||||||
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
|
||||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||||
|
|
|
@ -8,13 +8,6 @@
|
||||||
"matchPackagePatterns": ["*"],
|
"matchPackagePatterns": ["*"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch"
|
||||||
},
|
|
||||||
{
|
|
||||||
"managers": ["gradle"],
|
|
||||||
"packagePatterns": [
|
|
||||||
"^org.jetbrains.compose"
|
|
||||||
],
|
|
||||||
"enabled": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue