kee-wallet/settings.gradle.kts

24 lines
520 B
Text
Raw Normal View History

2024-03-06 03:25:43 +00:00
rootProject.name = "Kee"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
google()
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
include(":composeApp")
include(":shared:preferences")
include(":shared:stargate")