mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-03-14 11:20:29 -06:00
Update to littlekt 0.3.2
This commit is contained in:
parent
1f0def0f1c
commit
6f5295734b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugin-kotlin = "1.7.0"
|
|||
kotlinx-html = "0.7.2"
|
||||
kotlinx-coroutines = "1.6.4"
|
||||
|
||||
littlekt = "0.3.0"
|
||||
littlekt = "0.3.2"
|
||||
|
||||
[libraries]
|
||||
plugin-android = { module = "com.android.tools.build:gradle", version.ref = "plugin-android" }
|
||||
|
@ -17,4 +17,4 @@ kotlinx-html-js = { module = "org.jetbrains.kotlinx:kotlinx-html-js", version.re
|
|||
littlekt-core = { module = "com.lehaine.littlekt:core", version.ref = "littlekt" }
|
||||
|
||||
[bundles]
|
||||
plugins = ["plugin-android", "plugin-kotlin"]
|
||||
plugins = ["plugin-android", "plugin-kotlin"]
|
||||
|
|
Loading…
Add table
Reference in a new issue