Add CI check for Kotlin snippets

This commit is contained in:
ok300
2023-11-20 14:14:42 +01:00
parent 04fd4d17b1
commit 17c392dcf8
5 changed files with 28 additions and 2 deletions

View File

@@ -32,6 +32,11 @@ kotlin {
commonTest.dependencies {
implementation(libs.kotlin.test)
}
val commonMain by getting {
dependencies {
implementation("technology.breez:breez-sdk-kmp:0.2.9")
}
}
}
}