mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-03-14 11:20:29 -06:00
update to littlekt 0.8.1, kotlin 1.9.21, and coroutines 1.8.0-RC2
This commit is contained in:
parent
6ed7d19c96
commit
1eafaff2cf
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
[versions]
|
||||
plugin-android = "7.3.1"
|
||||
plugin-kotlin = "1.9.10"
|
||||
plugin-kotlin = "1.9.21"
|
||||
|
||||
kotlinx-html = "0.9.1"
|
||||
kotlinx-coroutines = "1.7.3"
|
||||
kotlinx-coroutines = "1.8.0-RC2"
|
||||
|
||||
littlekt = "0.8.0"
|
||||
littlekt = "0.8.1"
|
||||
|
||||
[libraries]
|
||||
plugin-android = { module = "com.android.tools.build:gradle", version.ref = "plugin-android" }
|
||||
|
|
Loading…
Add table
Reference in a new issue