Skip to content

Commit 041a4a2

Browse files
committed
Add krescent-test dependency to build.gradle.kts for testing
1 parent 99988d9 commit 041a4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

krescent-core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ dependencies {
1010
// Apply the kotlinx bundle of dependencies from the version catalog (`gradle/libs.versions.toml`).
1111
implementation(libs.bundles.kotlinxEcosystem)
1212
testImplementation(kotlin("test"))
13+
testImplementation(project(":krescent-test"))
1314
}

0 commit comments

Comments
 (0)