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")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-29 02:42:05 +00:00
|
|
|
include(":app")
|
2024-04-12 02:49:51 +00:00
|
|
|
include(":shared:crypto")
|
2024-04-29 02:51:02 +00:00
|
|
|
include(":library:preferences")
|
2024-04-29 16:05:42 +00:00
|
|
|
include(":library:stargate")
|