Skip to content

Commit b538a77

Browse files
committed
fix dependency for lap in kt
1 parent 244e172 commit b538a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solution/kotlin/day18/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repositories {
1212
dependencies {
1313
val kotestVersion = "5.8.0"
1414
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
15+
implementation("com.tngtech.archunit:archunit:1.2.1")
1516
testImplementation(kotlin("test"))
1617
}
1718

0 commit comments

Comments
 (0)