File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ dependencies {
4343 minecraft " net.minecraftforge:forge:$forge_version "
4444 internal " org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version "
4545 internal " org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target :$kotlin_version "
46- internal ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 '
47- internal ' org.json:json:20190722 '
46+ internal " org.jetbrains.kotlinx:kotlinx-coroutines-core:$k otlinx_coroutines_version "
47+ internal " org.json:json:$j son_version "
4848}
4949
5050dokka {
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ kotlin.code.style=official
1515# Project external dependencies.
1616kotlin_version =1.3.72
1717kotlinx_serialization_version =0.20.0
18+ kotlinx_coroutines_version =1.3.7
19+ json_version =20190722
1820# Module informatation.
19- module_version =2.0.0 +MC-1.14.4
21+ module_version =2.0.1 +MC-1.14.4
2022module_name =Project Essentials Core
2123module_id =project_essentials_core
2224module_vendor =MairwunNx (Pavel Erokhin)
You can’t perform that action at this time.
0 commit comments