Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Template project for libGDX using Kotlin and Gradle Kotlin DSL

License

Notifications You must be signed in to change notification settings

maltaisn/libgdx-kotlin-template

Repository files navigation

LibGDX Gradle Kotlin DSL template

This is an template project for libGDX written in Kotlin and built with Gradle Kotlin DSL. Only desktop and android backends are available for now.

The gradle scripts created by the libGDX project creator use an outdated gradle version (4.6) and deprecated features (compile, classesDir, etc) This template aims to use only the most recent features.

The template is supposed to work with IntelliJ out of the box but it might require some adjustments for other IDEs like Eclipse.

To use Java instead of Kotlin, replace all kotlin("jvm") plugin declarations with java and remove all kotlin-related dependencies.

About

Template project for libGDX using Kotlin and Gradle Kotlin DSL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages