blob: f0cb5ec033c023e7d307e8a13879a1de36d64e51 [file]
pluginManagement {
repositories {
gradlePluginPortal()
}
}
rootProject.name = "ksp-hello-world"
include(":annotations")
include(":app")
include(":processor")