Releases: xpdustry/kotlin-runtime
Releases · xpdustry/kotlin-runtime
v4.1.0-k.2.1.0 release
Bugfixes
- The mod descriptor file was named
plugin.json
instead ofmod.json
. It has been fixed.
Chores
- Updated kotlin serialization to
1.8.0
.
v4.0.1-k.2.1.0 release
Chores
- Updated kotlin serialization to
1.10.1
.
v4.0.0-k.2.1.0 release
Chores
- Updated kotlin to
2.1.0
and serialization to1.7.3
.
v4.0.0-k.2.0.20 release
Features
- The plugin is now a dexed mod, making it usable by plugins and mods, on any platform!
Chores
- Updated kotlin to
2.0.20
, coroutines to1.9.0
and serialization to1.7.2
.
v3.2.1-k.1.9.24 release
Chores
- Updated kotlin to
1.9.24
and coroutines to1.8.1
.
Fix
- Fix misleading version on plugin start.
v3.2.0-k.1.9.23 release
Added
- Added Kotlin serialization library (json).
Chores
- Bumped version of everything, including Kotlin to
1.9.23
and Coroutines to1.8.0
.
v3.1.1-k.1.9.22 release
Chores
- Bump Kotlin to
1.9.22
. - Bump several dependencies.
v3.1.0-k.1.9.10 release
Added
- Added Kotlin coroutines
v1.7.3
.
Chores
- Bumped version of everything, including Kotlin to
1.9.10
and Mindustry tov146
. - Completely removed javadoc.
- Moved plugin init message inside Plugin#init`.
- Changed plugin logging name from KotlinRuntimePlugin to KotlinRuntime.
v3.0.0-k.1.9.0 release
Changes
- Changed repository name from
KotlinRuntimePlugin
tokotlin-runtime
. - Changed artifact group from
fr.xpdustry
tocom.xpdustry
.
Chores
- Bumped version of everything, including Kotlin to
1.9.0
and Mindustry tov145
.
v2.0.0-k.1.8.20 release
Chores
- Updated license header to 2023.
- Updated Kotlin version to
1.8.20
.