Adding support of room on apple silicon
This commit is contained in:
@@ -148,6 +148,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation(Libs.flowredux)
|
implementation(Libs.flowredux)
|
||||||
implementation(Libs.flowredux_dsl)
|
implementation(Libs.flowredux_dsl)
|
||||||
|
kapt(Libs.sqlite_jdbc)
|
||||||
|
|
||||||
testImplementation(Libs.turbine)
|
testImplementation(Libs.turbine)
|
||||||
androidTestImplementation(Libs.turbine)
|
androidTestImplementation(Libs.turbine)
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ object Libs {
|
|||||||
const val ksp_api = "com.google.devtools.ksp:symbol-processing-api:1.5.21-1.0.0-beta07"
|
const val ksp_api = "com.google.devtools.ksp:symbol-processing-api:1.5.21-1.0.0-beta07"
|
||||||
const val leakcanary_android = "com.squareup.leakcanary:leakcanary-android:2.7"
|
const val leakcanary_android = "com.squareup.leakcanary:leakcanary-android:2.7"
|
||||||
|
|
||||||
|
|
||||||
const val lottie_compose = "com.airbnb.android:lottie-compose:_"
|
const val lottie_compose = "com.airbnb.android:lottie-compose:_"
|
||||||
const val lottie = "com.airbnb.android:lottie:3.7.0"
|
const val lottie = "com.airbnb.android:lottie:3.7.0"
|
||||||
|
|
||||||
@@ -167,6 +168,8 @@ object Libs {
|
|||||||
const val flowredux = "com.freeletics.flowredux:flowredux:_"
|
const val flowredux = "com.freeletics.flowredux:flowredux:_"
|
||||||
const val flowredux_dsl = "com.freeletics.flowredux:dsl:_"
|
const val flowredux_dsl = "com.freeletics.flowredux:dsl:_"
|
||||||
|
|
||||||
|
const val sqlite_jdbc = "org.xerial:sqlite-jdbc:_"
|
||||||
|
|
||||||
object ComposeDestination {
|
object ComposeDestination {
|
||||||
const val core = "io.github.raamcosta.compose-destinations:core:_"
|
const val core = "io.github.raamcosta.compose-destinations:core:_"
|
||||||
const val ksp = "io.github.raamcosta.compose-destinations:ksp:_"
|
const val ksp = "io.github.raamcosta.compose-destinations:ksp:_"
|
||||||
|
|||||||
@@ -219,3 +219,5 @@ version.io.github.raamcosta.compose-destinations..core=0.9.1-beta
|
|||||||
|
|
||||||
## unused
|
## unused
|
||||||
version.io.github.raamcosta.compose-destinations..ksp=0.9.1-beta
|
version.io.github.raamcosta.compose-destinations..ksp=0.9.1-beta
|
||||||
|
|
||||||
|
version.org.xerial..sqlite-jdbc=3.36.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user