Move Knit to Gradle catalog and use alias(libs.plugins.kotlin.serialization). Fix issue with JNA
This commit is contained in:
parent
616dfb443c
commit
79806852ca
7 changed files with 8 additions and 8 deletions
|
|
@ -162,7 +162,6 @@ maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:2.0.2"
|
|||
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:2.0.2"
|
||||
opusencoder = "io.element.android:opusencoder:1.1.0"
|
||||
kotlinpoet = "com.squareup:kotlinpoet:1.14.2"
|
||||
jna = "net.java.dev.jna:jna:5.13.0@aar"
|
||||
|
||||
# Analytics
|
||||
posthog = "com.posthog.android:posthog:2.0.3"
|
||||
|
|
@ -213,6 +212,7 @@ paparazzi = "app.cash.paparazzi:1.3.1"
|
|||
kover = "org.jetbrains.kotlinx.kover:0.6.1"
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
firebaseAppDistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebaseAppDistribution" }
|
||||
knit = { id = "org.jetbrains.kotlinx.knit", version = "0.4.0" }
|
||||
|
||||
# Version '4.3.1.3277' introduced some regressions in CI time (more than 2x slower), so make sure
|
||||
# this is no longer the case before upgrading.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue