Hello there ! I'm struggling since this morning wi...
# multiplatform
f
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
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
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
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