mariorez / korge-next

Mono-repo with all korlibs to shape KorGE 2.0 without having to wait hours for CI :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

korge-next

KorGE and all the other korlibs in a single monorepo.

To use this version in other projects, you have to publish it locally to mavenLocal, and then use 2.0.0.999 as version:

./gradlew publishToMavenLocal

If you want to make changes and easily try things. You can run the korge-sandbox module that runs the src/commonMain/kotlin/Main.kt file; you can make experiments there:

./gradlew :korge-sandbox:runJvm
./gradlew :korge-sandbox:runJs
./gradlew :korge-sandbox:runNativeDebug
./gradlew :korge-sandbox:runNativeRelease
./gradlew :korge-sandbox:runAndroidRelease
./gradlew :korge-sandbox:runIosDeviceRelease

About

Mono-repo with all korlibs to shape KorGE 2.0 without having to wait hours for CI :)


Languages

Language:Kotlin 94.8%Language:Java 4.4%Language:C 0.5%Language:C++ 0.1%Language:HTML 0.1%Language:Shell 0.0%Language:CMake 0.0%Language:CSS 0.0%Language:Batchfile 0.0%