add default input providers
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
kotlin = "1.6.10"
|
||||
kotlin-serialization = "1.3.2"
|
||||
jsuikit = "0.0.41"
|
||||
jsuikit = "0.0.42"
|
||||
compose = "1.1.0"
|
||||
microutils = "0.9.9"
|
||||
microutils = "0.9.10"
|
||||
tgbotapi = "0.38.6"
|
||||
ktor = "1.6.7"
|
||||
klock = "2.6.1"
|
||||
exposed = "0.37.3"
|
||||
psql = "42.3.0"
|
||||
|
||||
@@ -46,6 +47,8 @@ microutils-serialization-typedserializer = { module = "dev.inmo:micro_utils.seri
|
||||
|
||||
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
|
||||
|
||||
klock = { module = "com.soywiz.korlibs.klock:klock", version.ref = "klock" }
|
||||
|
||||
androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "android-test-junit" }
|
||||
androidx-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "android-espresso-core" }
|
||||
|
||||
|
Reference in New Issue
Block a user