mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
Multi-module arrangement and the start of AST generation.
This commit is contained in:
@ -1 +1,17 @@
|
||||
rootProject.name = "pork"
|
||||
|
||||
include(
|
||||
":ast",
|
||||
":core"
|
||||
)
|
||||
|
||||
dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
version("clikt", "4.2.0")
|
||||
|
||||
library("clikt", "com.github.ajalt.clikt", "clikt")
|
||||
.versionRef("clikt")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user