File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
pushproviders/unifiedpush Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ plugins {
2828 alias(libs.plugins.ksp)
2929 alias(libs.plugins.kapt)
3030 alias(libs.plugins.firebaseAppDistribution)
31- id( " org.jetbrains.kotlinx. knit" ) version " 0.4.0 "
31+ alias(libs.plugins. knit)
3232 id(" kotlin-parcelize" )
3333 // To be able to update the firebase.xml files, uncomment and build the project
3434 // id("com.google.gms.google-services")
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
1919 alias(libs.plugins.anvil)
2020 alias(libs.plugins.ksp)
2121 id(" kotlin-parcelize" )
22- kotlin( " plugin.serialization " ) version libs.versions .kotlin
22+ alias( libs.plugins .kotlin.serialization)
2323}
2424
2525android {
Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:2.0.2"
162162maplibre_annotation = " org.maplibre.gl:android-plugin-annotation-v9:2.0.2"
163163opusencoder = " io.element.android:opusencoder:1.1.0"
164164kotlinpoet = " com.squareup:kotlinpoet:1.14.2"
165- jna = " net.java.dev.jna:jna:5.13.0@aar"
166165
167166# Analytics
168167posthog = " com.posthog.android:posthog:2.0.3"
@@ -213,6 +212,7 @@ paparazzi = "app.cash.paparazzi:1.3.1"
213212kover = " org.jetbrains.kotlinx.kover:0.6.1"
214213sqldelight = { id = " app.cash.sqldelight" , version.ref = " sqldelight" }
215214firebaseAppDistribution = { id = " com.google.firebase.appdistribution" , version.ref = " firebaseAppDistribution" }
215+ knit = { id = " org.jetbrains.kotlinx.knit" , version = " 0.4.0" }
216216
217217# Version '4.3.1.3277' introduced some regressions in CI time (more than 2x slower), so make sure
218218# this is no longer the case before upgrading.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id(" io.element.android-compose-library" )
1919 id(" kotlin-parcelize" )
2020 alias(libs.plugins.anvil)
21- kotlin( " plugin.serialization " ) version libs.versions .kotlin
21+ alias( libs.plugins .kotlin.serialization)
2222}
2323
2424android {
Original file line number Diff line number Diff line change 1717plugins {
1818 id(" io.element.android-library" )
1919 alias(libs.plugins.anvil)
20- kotlin( " plugin.serialization " ) version libs.versions .kotlin
20+ alias( libs.plugins .kotlin.serialization)
2121}
2222
2323android {
@@ -44,7 +44,7 @@ dependencies {
4444 api(projects.libraries.matrix.api)
4545 implementation(libs.dagger)
4646 implementation(projects.libraries.core)
47- implementation(libs. jna)
47+ implementation(" net.java.dev. jna:jna:5.13.0@aar " )
4848 implementation(libs.androidx.datastore.preferences)
4949 implementation(libs.serialization.json)
5050
Original file line number Diff line number Diff line change 1616plugins {
1717 id(" io.element.android-library" )
1818 alias(libs.plugins.anvil)
19- kotlin( " plugin.serialization " ) version libs.versions .kotlin
19+ alias( libs.plugins .kotlin.serialization)
2020}
2121
2222android {
Original file line number Diff line number Diff line change 1616plugins {
1717 id(" io.element.android-library" )
1818 alias(libs.plugins.anvil)
19- kotlin( " plugin.serialization " ) version libs.versions .kotlin
19+ alias( libs.plugins .kotlin.serialization)
2020}
2121
2222android {
You can’t perform that action at this time.
0 commit comments