Guide use coil3 with ktor(version 3.0.0) #2621
Unanswered
thanhhoai162963
asked this question in
Q&A
Replies: 1 comment
-
You need to import |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used compose mutilplatform (android + iOs). When I update coil3 (version 3.0.0-alpha06) to coil3 (version 3.0.0-rc02), I not import libary coil3, error: Could not find io.coil-kt.coil3:coil-network-ktor:3.0.0-rc02.
But when I change "io.coil-kt.coil3:coil-network-ktor" to "io.coil-kt.coil3:coil-network-ktor3" success import but ktor not run and crash app error: java.lang.NoClassDefFoundError: Failed resolution of: Lio/ktor/client/plugins/HttpTimeout;
coil3 = "3.0.0-alpha06"
coilComposeVersion = "3.0.0-alpha06"
ktor:3.0.0
coil-compose-core = { module = "io.coil-kt.coil3:coil-compose-core", version.ref = "coil3" }
coil-network-ktor = { module = "io.coil-kt.coil3:coil-network-ktor", version.ref = "coil3" }
coil-mp = { module = "io.coil-kt.coil3:coil", version.ref = "coil3" }
coil3-coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coilComposeVersion" }
Beta Was this translation helpful? Give feedback.
All reactions