Карта работает, ура! URL.openStream заменён на Ktor, поправлены размеры блока с картой

This commit is contained in:
DarkCat09 2023-06-05 20:11:42 +04:00
parent 266e2001f2
commit 03a758673b
3 changed files with 28 additions and 4 deletions

View file

@ -119,6 +119,11 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
// Ktor
val ktor_version = "2.3.1"
implementation("io.ktor:ktor-client-core:$ktor_version")
implementation("io.ktor:ktor-client-cio:$ktor_version")
// Map Compose library
implementation("ovh.plrapps:mapcompose:2.7.1")
}