mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 21:00:56 +00:00
18 lines
265 B
Plaintext
18 lines
265 B
Plaintext
rootProject.name = "pork"
|
|
|
|
include(
|
|
":ast",
|
|
":core"
|
|
)
|
|
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
version("clikt", "4.2.0")
|
|
|
|
library("clikt", "com.github.ajalt.clikt", "clikt")
|
|
.versionRef("clikt")
|
|
}
|
|
}
|
|
}
|