Our team is trying to integrate CrashKiOS into our...
# touchlab-tools
r
Our team is trying to integrate CrashKiOS into our KMM app, but we're running into an issue where Gradle is refusing to build due to the fact that we have a jvm target which CrashKiOS does not have a flavor for. What would be the most sensible approach to get this up and running - grabbing individual library flavors at each target?
r
Make sure you put it in your ios dependencies, not your common dependencies.
k
official guide recommends to put it into `commonMain`https://crashkios.touchlab.co/docs/bugsnag
needs to be updated?
r
oh no looks like I was wrong and we do have android targets in there too. Just no JVM
So the better way to answer is, put it in a mobile-only (or darwin+android) source set