You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
401 B
13 lines
401 B
3 years ago
|
pluginManagement {
|
||
|
repositories {
|
||
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
include(":compose-intellij-platform")
|
||
|
include(":compose-intellij-platform:sample:base")
|
||
|
include(":compose-intellij-platform:sample:plugin-1")
|
||
|
include(":compose-intellij-platform:sample:plugin-2")
|
||
|
include(":compose-intellij-platform:sample:all-plugins")
|