feat: add domain core and verification harness
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[versions]
|
||||
kotlin = "1.9.20"
|
||||
junit = "4.13.2"
|
||||
|
||||
[libraries]
|
||||
junit = { module = "junit:junit", version.ref = "junit" }
|
||||
|
||||
[plugins]
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
Reference in New Issue
Block a user