chore: Add dependencies
This commit is contained in:
parent
48f94c30df
commit
5d8f2b6f35
1 changed files with 4 additions and 0 deletions
|
@ -10,7 +10,11 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
// Parser combinator library
|
||||||
|
implementation("com.github.h0tk3y.betterParse:better-parse:0.4.4")
|
||||||
|
|
||||||
testImplementation(kotlin("test"))
|
testImplementation(kotlin("test"))
|
||||||
|
testImplementation("org.junit.jupiter:junit-jupiter-params:5.1.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
Reference in a new issue