8 lines
166 B
Kotlin
8 lines
166 B
Kotlin
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "ZigBrains"
|
|
|
|
include("core")
|
|
include("lsp")
|
|
include("cidr")
|