IllLil
IllLil
Did you notice that a random line under the plugin block causes the error to disappear?
> BleGatt sounds good
Same happens for me in an android/kotlin project: ``` The following dependencies exceed the version found at the milestone revision level: - org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm [1.7.3
Happens with detekt 1.23.6 and Kotlin 1.9.23. Any news on this?
Works for me, thanks for your invest. I still have one problem, might you have a look please: ``` import pygame import pygame_gui import csv import os.path # noinspection SpellCheckingInspection...
Using `com.squareup.okhttp3:okhttp-jvm` instead of `com.squareup.okhttp3:okhttp` solved it for me, see [https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-500-alpha15](https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-500-alpha15)
See https://docs.sentry.io/platforms/android/configuration/options/ > The list of common options across SDKs. These work more or less the same in all SDKs, but some subtle differences will exist to better support the...
There is more that needs to be fixed, see https://github.com/getsentry/sentry-android-gradle-plugin/issues/779
There is a lot of confusing stuff since configuration can be done by gradle (sentry block in gradle.kts file), manifest, init function and combinations of them, e.g. init function +...
#779 is also my ticket. I have declared it as feature request but actually it is wrong behavior if documentation is correct about that, see https://docs.sentry.io/platforms/android/configuration/gradle/#auto-installation The documentation states: >...