Hello there !
I'm struggling since this morning with this error, I just tried to upgrade my dependancies and kotlin version and got stuck with this error at compilation time..
Does anyone of you already got this error on multiplatform project or got an idea to fix it ? 😞
🧵 1
p
Pablichjenkov
02/13/2025, 3:10 PM
It seems you are importing 2 annotations libraries in the same project. The one from JB and the one from Android. You should import only one in the specific target
f
Florian Malapel
02/13/2025, 3:12 PM
I'm not importing them by myself, and I don't know which dependencies import them, how can I know which dependency import them ?
p
Pablichjenkov
02/13/2025, 3:17 PM
There is some gradle tasks that help with analyzing transitive dependencies. Don't remember from the top of my head. Look up by Gradle dependencies scan