ГА
Size: a a a
ГА
AM
AM
AM
AM
AM
I
KZ
when(tool) {
is Line -> canvas.drawLine(tool.start, tool.end)
is Rect -> ...
is Eraser -> ...
}else ->AM
KD
I
KD
QH
KD
EF
linuxX64 проблемка, не гуглится:e: /home/evgfilim1/Projects/untitled1/src/commonMain/kotlin/APIRequest.kt: (1, 8): Unresolved reference: io
Если что, ругается на строку import io.ktor.client.HttpClientBP
linuxX64 проблемка, не гуглится:e: /home/evgfilim1/Projects/untitled1/src/commonMain/kotlin/APIRequest.kt: (1, 8): Unresolved reference: io
Если что, ругается на строку import io.ktor.client.HttpClientEF
val commonMain by getting {
languageSettings.apply {
languageVersion = "1.3"
apiVersion = "1.3"
}
dependencies {
implementation(kotlin("stdlib-common"))
implementation("io.ktor:ktor-client-core:1.3.2")
}
}BP
val commonMain by getting {
languageSettings.apply {
languageVersion = "1.3"
apiVersion = "1.3"
}
dependencies {
implementation(kotlin("stdlib-common"))
implementation("io.ktor:ktor-client-core:1.3.2")
}
}EF

IO
val commonMain by getting {
languageSettings.apply {
languageVersion = "1.3"
apiVersion = "1.3"
}
dependencies {
implementation(kotlin("stdlib-common"))
implementation("io.ktor:ktor-client-core:1.3.2")
}
}