- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 623
FXGL 11 Kotlin
        Almas Baimagambetov edited this page May 24, 2019 
        ·
        1 revision
      
    In FXGL 11 Kotlin main() is slightly different:
fun main(args: Array<String>) {
    GameApplication.launch(GeoJumperApp::class.java, args)
}
For a full Kotlin game example, please see OutRun