-
### Problem Statement
Sentry Kotlin Compiler Plugin does not add dependency "io.sentry:sentry-compose-android". While the android gradle plugin adds its dependency one would expect the same behavior …
-
Place for discussion and questions about Kotlin DataFrame compiler plugin
Idea behind it is to make such code compile, provide coding assistance in project files and later in Kotlin Notebooks - on …
-
### SDK
Android SDK
### Description
On the Sentry Kontlin Compiler page (https://docs.sentry.io/platforms/android/enhance-errors/kotlin-compiler-plugin/) is not stated to add the dependency for the…
-
**Plugin version**
2.4.2
**Gradle version**
8.11
**JDK version**
17
**(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version**
2.0.21
**(Optional) Android Gradle Plugin (AGP) version…
-
I have tried to implement Kotlin code that works on an Android app directly with `SKIP INSERT:` but I keep getting the error:
`kotlinx.serialization.SerializationException: Serializer for class 'Coun…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
I asked my Kotlin Multiplatform testing expert friend @bnorm about IDE integration and he suggested this:
> I wonder if an FIR plugin might help with the back navigation from the run dashboard? Ultim…
-
Would be great to generate bytecode as a compiler plugin and get rid of the need to delegate to library methods.
-
By their nature; all member-functions of `RpcService` implementations should be `suspend`ing.
During development, it may be a common mistake to omit `suspend`, in which case the developer-user is f…
-
Things to do:
- Replace calls to `isTraceInProgress()` with `false`
- Remove calls to `sourceInformation`, `sourceInformationMarkerStart`, and `sourceInformationMarkerEnd`
These functions are the…