kotlin-bip39/settings.gradle.kts

15 lines
284 B
Plaintext

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
repositories {
google()
mavenCentral()
}
}
rootProject.name = "kotlin-bip39"
include(":bip39-lib")
includeBuild("build-conventions-bip39")