bdk-ffi/bdk-kotlin/bdk-jvm/plugins/settings.gradle.kts
thunderbiscuit 0c1a9d7f1d
Move all bdk-kotlin into subdirectory to prepare for ffi merge
Signed-off-by: thunderbiscuit <thunderbiscuit@protonmail.com>
2022-11-14 08:56:17 -05:00

9 lines
124 B
Plaintext

dependencyResolutionManagement {
repositories {
mavenCentral()
google()
}
}
// include(":plugins")