mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Extract Kotlin snippets
This commit is contained in:
20
snippets/kotlin_mpp_lib/settings.gradle.kts
Normal file
20
snippets/kotlin_mpp_lib/settings.gradle.kts
Normal file
@@ -0,0 +1,20 @@
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://mvn.breez.technology/releases")
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Kotlin_MPP_Lib"
|
||||
include(":shared")
|
||||
Reference in New Issue
Block a user