-
Notifications
You must be signed in to change notification settings - Fork 113
Kotlin
Daan van Yperen edited this page Jan 7, 2019
·
6 revisions
Kotlin is a statically typed programming language that runs on the Java virtual machine.
Artemis-odb does not specifically target Kotlin. If you want to use Kotlin anyway, this page provides some Kotlin resources to get you started.
- Ore-infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform.
- Hestia, an open-source Kotlin game server.
- DigitalJumper game.
- The HTMl5 target requires java source and will not work with Kotlin.
-
#541
@EntityId
causesReflectionException: Illegal access to field
.- Can be solved by making fields public by adding
@JvmField
. See EntityLinkManager, .
- Can be solved by making fields public by adding
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference