ismai117 / kottie

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose resources version not matches

toffeantyri opened this issue · comments

kotlin = "2.0.0"
compose = "1.6.2"
kottie = "1.9.6-alpha02"

I use compose multiplatform resources (unstable api)

Task :shared:compileDebugKotlinAndroid failed :

e: .../shared/generated/resources/Drawable0.kt:132:61 No value passed for parameter 'offset'.
e: .../shared/generated/resources/Drawable0.kt:132:61 No value passed for parameter 'size'.

I think - the version of compose dont match, and my version resources not matches too.

without kottie build success.

would do you tell me, your version of compose please

Kottie is using the latest compose-plugin version 1.6.11