jQrgen
05/27/2024, 10:34 AMe5l
05/27/2024, 11:20 AM3.0.0-beta-1
. Coroutine context fix is in the PR and will be merged soon. Sorry for the delayjQrgen
05/28/2024, 3:32 PMjQrgen
05/28/2024, 3:33 PMjQrgen
05/28/2024, 3:34 PMjQrgen
05/28/2024, 3:38 PM:src:macosArm64Main: Could not find ktor-client-core.klib (io.ktor:ktor-client-core-macosarm64:3.0.0-beta-1).
Searched in the following locations:
<https://plugins.gradle.org/m2/io/ktor/ktor-client-core-macosarm64/3.0.0-beta-1/ktor-client-core-macosarm64-3.0.0-beta-1.klib>
Possible solution:
- Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
jQrgen
05/28/2024, 3:38 PM:src:macosArm64Main: Could not find ktor-http.klib (io.ktor:ktor-http-macosarm64:3.0.0-beta-1).
Searched in the following locations:
<https://plugins.gradle.org/m2/io/ktor/ktor-http-macosarm64/3.0.0-beta-1/ktor-http-macosarm64-3.0.0-beta-1.klib>
Possible solution:
- Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
jQrgen
05/28/2024, 3:38 PMjQrgen
05/28/2024, 3:49 PMCherrio LLC
05/28/2024, 8:19 PMCherrio LLC
05/28/2024, 8:26 PMe5l
05/29/2024, 7:47 AMjQrgen
05/29/2024, 8:13 AMe5l
05/29/2024, 8:51 AMjQrgen
05/29/2024, 8:58 AMsettings.gradle.kt
does not include the eap url to test importing 3.0.0-beta-1
https://gitlab.com/jQrgen/wally/-/blob/ktor-3-beta/settings.gradle.kts
App level `build.gradle.kts`:
https://gitlab.com/jQrgen/wally/-/blob/ktor-3-beta/build.gradle.kts
Module level build.gradle.kts
that contains the ktor version:
https://gitlab.com/jQrgen/wally/-/blob/ktor-3-beta/src/build.gradle.ktse5l
05/29/2024, 9:50 AMmavenLocal()
as the last repo in all files?e5l
05/29/2024, 9:50 AMjQrgen
05/29/2024, 10:24 AM:src:macosArm64Main: Could not find ktor-client-content-negotiation.klib (io.ktor:ktor-client-content-negotiation-macosarm64:3.0.0-beta-1).
jQrgen
05/29/2024, 10:24 AMe5l
05/29/2024, 11:06 AMjQrgen
05/29/2024, 7:17 PMimplementation("io.ktor:ktor-utils:$ktorVersion")
was commentedHeYiming
06/22/2024, 2:45 AM