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 {
|
||||
// Parser combinator library
|
||||
implementation("com.github.h0tk3y.betterParse:better-parse:0.4.4")
|
||||
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-params:5.1.0")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
|
Reference in a new issue