Eliezer Graber

Results 146 comments of Eliezer Graber

We now see this on all Android versions that we support (24-30) and most popular manufacturers. We call `Mapbox.getInstance` in an `androidx.startup.Initializer` (and before that we were calling it from...

Still happening on 9.6.1 although it seems like it only happens when initially uploading the aab to the Play Store. Maybe it's an issue in the device farm that Google...

I haven't seen it since filing the issue, and I only saw it a few times overall.

I'm getting the `NoSuchMethodError` even though I am explicitly depending on `dokka-core` 1.6.21 (in both my root project and my included build) when I run `gradle publishToMavenLocal`. You can see...

@evant it should be working here https://github.com/evant/kotlin-inject/pull/195/files#diff-b6c60f550f51363eb9ea6e7e05fa7fd89f4ce64989ab6d6fbf650755ccefa366R28

I ended up modifying it a little bit in my project: ```kotlin val kotlin = extensions["kotlin"] if(kotlin is KotlinMultiplatformExtension) { kotlin.targets.configureEach { configureKsp() } } fun KotlinTarget.configureKsp() { if(targetName !=...

I'd say that it might be worth it to keep up to date so that if there is a breaking change that requires a library update it'll be closer to...

@evant I'll be keeping this updated until it is time to merge :smile:

I'd prefer for it to be as clean as possible. Couldn't this be a flag that gets set in the detekt extension?