We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c697424 commit 9ae800dCopy full SHA for 9ae800d
2 files changed
build.gradle.kts
test-shared/build.gradle.kts
@@ -10,6 +10,10 @@ repositories {
10
}
11
12
dependencies {
13
+ implementation(kotlin("stdlib"))
14
+ testImplementation(kotlin("stdlib"))
15
+ testImplementation(kotlin("test"))
16
+
17
implementation(project(":solver"))
18
implementation(project(":generator"))
19
implementation("org.junit.jupiter:junit-jupiter:5.8.1")
0 commit comments