mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
while loop support, and native functions (including ffi!)
This commit is contained in:
@ -8,16 +8,6 @@ include(
|
||||
":parser",
|
||||
":frontend",
|
||||
":evaluator",
|
||||
":ffi",
|
||||
":tool"
|
||||
)
|
||||
|
||||
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