Add lightning-kmp to libs.versions.toml
This commit is contained in:
@@ -43,7 +43,7 @@ kotlin {
|
||||
implementation(libs.okhttp.coroutines)
|
||||
}
|
||||
commonMain.dependencies {
|
||||
api("fr.acinq.lightning:lightning-kmp-core:1.11.5")
|
||||
implementation(libs.lightning.kmp.core)
|
||||
|
||||
implementation(libs.androidx.datastore)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
|
||||
@@ -21,6 +21,7 @@ kotlinx-datetime = "0.7.1"
|
||||
kotlinxSerializationJson = "1.10.0"
|
||||
ksp = "2.3.6"
|
||||
ktor = "3.4.2"
|
||||
lightningKmpCore = "1.11.5"
|
||||
material3 = "1.10.0-alpha05"
|
||||
materialIconsCore = "1.7.3"
|
||||
materialIconsExtended = "1.7.3"
|
||||
@@ -70,6 +71,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
||||
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
|
||||
ktor-client-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktor" }
|
||||
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
||||
lightning-kmp-core = { module = "fr.acinq.lightning:lightning-kmp-core", version.ref = "lightningKmpCore" }
|
||||
navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
||||
okhttp-coroutines = { group = "com.squareup.okhttp3", name = "okhttp-coroutines", version.ref = "okhttp" }
|
||||
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
|
||||
|
||||
Reference in New Issue
Block a user