Skip to content

Commit 2b1aebb

Browse files
test classes added
1 parent 65771b0 commit 2b1aebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation(libs.kotlinx.coroutines.test)
4040

4141
implementation(kotlin("stdlib"))
42-
implementation(project(":models"))
42+
api(project(":models"))
4343
implementation(libs.kotlinx.cli)
4444
implementation(libs.ktor.client.core)
4545
implementation(libs.ktor.client.cio)

0 commit comments

Comments
 (0)