ismai117 / kottie

Render After Effects Animations Library - Compose Multiplatform | Inspired by Airbnb/Lottie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not work, build not success/ or any Exeption ! Dependencies is the problem

toffeantyri opened this issue · comments

kotlin = "2.0.0"
compose = "1.6.2"
ktor = "2.3.9"
kottie = "1.8.6"

build failure: compose multiplatform resources : ResourceItem : passed value size, offset.
ok: set kottie = "1.7.3"
Caused by: java.lang.ClassNotFoundException: io.ktor.client.plugins.HttpTimeout

what version of ktor/compose/kotlin needed?

Try ktor version 2.3.11, for web/wasm try version 3.0.0-wasm2

dont(
ktor = 2.3.11
target: jvm

Caused by: java.lang.ClassNotFoundException: io.ktor.client.plugins.HttpTimeout

I am having dependency issues too

ktor = "2.3.11" I also tried "3.0.0-wasm2" same message
kotlin = "2.0.0"
compose = "1.6.7"
kottie = "1.8.6"

I keep getting:

  • What went wrong:
    Execution failed for task ':composeApp:transformIosTestCInteropDependenciesMetadataForIde'.

Could not resolve all files for configuration ':composeApp:iosTestResolvableDependenciesMetadata'.
Could not find io.ktor:ktor-client-darwin:3.0.0-wasm2.
Required by:
project :composeApp
Could not find io.ktor:ktor-client-core:3.0.0-wasm2.
Required by:
project :composeApp
Could not find io.ktor:ktor-client-darwin:3.0.0-wasm2.
Required by:
project :composeApp > io.github.ismai117:kottie:1.8.6
Could not find io.ktor:ktor-client-core:3.0.0-wasm2.
Required by:
project :composeApp > io.github.ismai117:kottie:1.8.6

@toffeantyri @toffeantyri use the latest build version 1.9.6-alpha02, you don't need to add anything in settings.gradle as ktor/wasm is not needed.