diff --git a/solution/kotlin/day18/build.gradle.kts b/solution/kotlin/day18/build.gradle.kts index 473028e5..ec9fd25a 100644 --- a/solution/kotlin/day18/build.gradle.kts +++ b/solution/kotlin/day18/build.gradle.kts @@ -12,6 +12,7 @@ repositories { dependencies { val kotestVersion = "5.8.0" testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion") + implementation("com.tngtech.archunit:archunit:1.2.1") testImplementation(kotlin("test")) }