File Details
HyKotlin-0.2.4+kt2v3v0.jar
- R
- Jan 15, 2026
- 8.03 MB
- 586
- Early Access
File Name
HyKotlin-0.2.4+kt2v3v0.jar
Supported Versions
- Early Access
- Version format changed from
0.2.2+kotlin.2.3.0to0.2.4+kt2v3v0(as Hytale doesn't support build numbers with dots).
- Breaking: Moved from GitHub Packages to Eufonia Maven repository
- New URL:
https://maven.eufonia.studio/public
- New URL:
- Breaking: Dependency declaration format changed from
"HyKotlin"to"HyKotlin:HyKotlin"
- Upgraded Gradle from 8.11.1 to 9.2.1
- Replaced deprecated
org.gradle.util.VersionNumberwithorg.apache.maven.artifact.versioning.ComparableVersionfor library version updates
- GitHub Actions workflow now ignores changes to
templates/**andREADME.md(avoids unnecessary test runs)
- README now displays the Kotlin version separately from the plugin version
Update your build.gradle.kts:
repositories {
maven {
name = "eufoniaMavenPublic"
url = uri("https://maven.eufonia.studio/public")
}
}
dependencies {
implementation("dev.celestelove:hykotlin:0.2.4+kt2v3v0")
}
Update your plugin manifest:
{
"Dependencies": {
"HyKotlin:HyKotlin": ">=0.2.4+kt2v3v0"
}
}

