mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 06:14:21 +01:00
Extract Kotlin snippets
This commit is contained in:
6
snippets/kotlin_mpp_lib/build.gradle.kts
Normal file
6
snippets/kotlin_mpp_lib/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
||||
plugins {
|
||||
//trick: for the same plugin versions in all sub-modules
|
||||
alias(libs.plugins.androidLibrary).apply(false)
|
||||
alias(libs.plugins.kotlinMultiplatform).apply(false)
|
||||
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user