vishal G
04/29/2024, 12:04 PMArtem Kobzar
04/29/2024, 12:20 PM3.0.0-beta-2
Luca
04/30/2024, 2:51 AMvishal G
05/03/2024, 5:34 AMCould not find io.ktorktor client logging3.0.0-beta2.
vishal G
05/03/2024, 5:34 AMArtem Kobzar
05/03/2024, 9:03 AMvishal G
05/03/2024, 9:46 AMCould not find io.ktorktor client logging3.0.0-beta-2-eap-926.
Artem Kobzar
05/03/2024, 9:47 AMrepositories {
maven {
url = uri("<https://maven.pkg.jetbrains.space/public/p/ktor/eap>")
}
}
vishal G
05/03/2024, 9:53 AMCould not find org.jetbrains.kotlinkotlin stdlib1.9.23.Searched in the following locations:
Artem Kobzar
05/03/2024, 10:06 AMrepositories
section inside your Gradle settings:
repositories {
google()
mavenCentral()
maven("<https://maven.pkg.jetbrains.space/public/p/compose/dev>")
maven("<https://maven.pkg.jetbrains.space/public/p/ktor/eap>")
}
In this case everything should work finevishal G
05/03/2024, 10:29 AMArtem Kobzar
05/03/2024, 11:00 AMrebugger
doesn't have the wasm
targetvishal G
05/03/2024, 12:13 PMArtem Kobzar
05/03/2024, 12:35 PM