update to littlekt 0.8.1, kotlin 1.9.21, and coroutines 1.8.0-RC2

This commit is contained in:
LeHaine 2024-01-22 11:24:31 -05:00
parent 6ed7d19c96
commit 1eafaff2cf
No known key found for this signature in database
GPG key ID: 8AEC4F9B9F33E9AC

View file

@ -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" }