Adding support of room on apple silicon

This commit is contained in:
2022-03-06 19:04:09 +02:00
parent c2da2b8ad4
commit f895f807b1
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -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 leakcanary_android = "com.squareup.leakcanary:leakcanary-android:2.7"
const val lottie_compose = "com.airbnb.android:lottie-compose:_"
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_dsl = "com.freeletics.flowredux:dsl:_"
const val sqlite_jdbc = "org.xerial:sqlite-jdbc:_"
object ComposeDestination {
const val core = "io.github.raamcosta.compose-destinations:core:_"
const val ksp = "io.github.raamcosta.compose-destinations:ksp:_"