Hi guys, i’m not sure if this is correct channel. ...
# multiplatform
t
Hi guys, i’m not sure if this is correct channel. Sorry if not. I have one Android Kotlin library using
Ktor
and another Java Android project(library + UI application) using mentioned Kotlin library and its api. Unfortunately i can’t compile the UI application using both mentioned libraries with following message from gradle:
Copy code
However we cannot choose between the following variants of io.github.pdvrieze.xmlutil:serialization:0.84.0:
          - androidRuntimeElements-published
          - jvmRuntimeElements-published
        All of them match the consumer attributes:
Have you ever had similar problem? I can’t find any way how to solve this.
1