2024-10-28 02:05:12 +01:00
|
|
|
plugins {
|
2025-04-04 16:43:08 +02:00
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
2024-10-28 02:05:12 +01:00
|
|
|
}
|
|
|
|
rootProject.name = "ZigBrains"
|
|
|
|
|
2024-11-04 09:56:55 +01:00
|
|
|
include("core")
|
2025-02-18 15:36:39 +01:00
|
|
|
include("lsp")
|
2024-11-04 09:56:55 +01:00
|
|
|
include("cidr")
|