Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load automatically korge.yaml, create build.gradle.kts as required and initial code for Korge Kotlin Plugin #2245

Merged
merged 7 commits into from
Jun 20, 2024
Merged
Prev Previous commit
Use korlibs 6.0.0-alpha5
  • Loading branch information
soywiz committed Jun 20, 2024
commit 713a6e55c88bcc8478dffa6967a3d73293c51d31
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ kotlinx-coroutines = "1.9.0-RC"
kotlinx-serialization = "1.7.0"
kotlinx-atomicfu = "0.24.0"

#korlibs = "6.0.0-alpha4"
korlibs = "999.0.0.999"
korlibs = "6.0.0-alpha5"
#korlibs = "999.0.0.999"

kotlinx-benchmark = "0.4.7"
dokka = "1.9.10"
Loading