Files
2021-04-17 17:56:24 +05:30

19 lines
361 B
Kotlin

rootProject.name = "Claw"
include(":api")
include(":app")
include(":common")
include(":database")
include(":desktop")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")
pluginManagement {
repositories {
google()
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}