Skip to content

Commit

Permalink
fix: annotate version field as jvm field
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic authored and My-Name-Is-Jeff committed May 2, 2024
1 parent b8b4028 commit 9a9d35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/src/main/kotlin/gg/skytils/skytilsmod/Skytils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class Skytils {
companion object : CoroutineScope {
const val MOD_ID = Reference.MOD_ID
const val MOD_NAME = Reference.MOD_NAME
@JvmField
val VERSION = Reference.VERSION

@JvmStatic
Expand Down

0 comments on commit 9a9d35c

Please sign in to comment.