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 {
43
43
minecraft " net.minecraftforge:forge:$forge_version "
44
44
internal " org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version "
45
45
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 "
48
48
}
49
49
50
50
dokka {
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ kotlin.code.style=official
15
15
# Project external dependencies.
16
16
kotlin_version =1.3.72
17
17
kotlinx_serialization_version =0.20.0
18
+ kotlinx_coroutines_version =1.3.7
19
+ json_version =20190722
18
20
# Module informatation.
19
- module_version =2.0.0 +MC-1.14.4
21
+ module_version =2.0.1 +MC-1.14.4
20
22
module_name =Project Essentials Core
21
23
module_id =project_essentials_core
22
24
module_vendor =MairwunNx (Pavel Erokhin)
You can’t perform that action at this time.
0 commit comments