Java 21 compatible version #98
Replies: 6 comments 2 replies
|
Could you share a simple reproducing project? |
|
I'm confused now. I always had the dependency under https://crashkios.touchlab.co/docs/crashlytics
There it is listed under |
|
So either the documentation needs to be fixed or the underlying issue; but just converting this from an actual issue to a discussion feels intrusive. |
|
Oh sorry, I forgot to left a comment before converting into a discussion. We're doing some triage on the open issues and converting some of them to discussion. This does not mean we're gonna ignore this, it's exactly the opposite. So, I noticed you're trying to use 0.8.6, but this version is not published in Maven Central. How's that possible? And is the issue happening when you add the dependency to |
|
Ignore the missing artifact issue. I confused it with another missing artifact issue that we have. |
|
Hi @vanniktech. Regarding adding dependency under So, the issue is because CrashKiOS does not support Furthermore, Firebase Crashlytics just has support to Android and iOS projects. Bugsnag does have support for JVM, JS and other platforms, but adding support for them in CrashKiOS isn't in our plans for now. What you can do for fixing your issue is creating a val mobileMain by getting
mobileMain.dependencies {
api("co.touchlab.crashkios:crashlytics:0.8.6")
}And if you want to implement any abstraction or something for crash reporting, you can do it under I was able to test this in your repro branch. |

Uh oh!
There was an error while loading. Please reload this page.
I just tried to use this in one of my apps which uses JVM 21 but I'm getting:
All reactions