We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5781e59 commit eb06422Copy full SHA for eb06422
core/build.gradle.kts
@@ -3,7 +3,7 @@ dependencies {
3
implementation("io.github.likespro:commons-reflection:3.0.0")
4
implementation("io.github.likespro:commons-network:3.0.0")
5
6
- implementation("org.json:json:20250107")
+ api("org.json:json:20250107")
7
8
implementation(kotlin("reflect"))
9
}
0 commit comments