Skip to content

Commit eb06422

Browse files
committed
Make JSON library an api dependency
1 parent 5781e59 commit eb06422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies {
33
implementation("io.github.likespro:commons-reflection:3.0.0")
44
implementation("io.github.likespro:commons-network:3.0.0")
55

6-
implementation("org.json:json:20250107")
6+
api("org.json:json:20250107")
77

88
implementation(kotlin("reflect"))
99
}

0 commit comments

Comments
 (0)