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.
kotlinx-coroutines
1 parent 2b8a773 commit 330359aCopy full SHA for 330359a
1 file changed
build.gradle
@@ -43,7 +43,8 @@ dependencies {
43
minecraft "net.minecraftforge:forge:$forge_version"
44
internal "org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version"
45
internal "org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target:$kotlin_version"
46
- internal group: 'org.json', name: 'json', version: '20190722'
+ internal 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
47
+ internal 'org.json:json:20190722'
48
}
49
50
dokka {
0 commit comments