-
For Kotlin projects, Mapstruct currently makes use of KAPT. This is generally quite slow since it requires generating Java stubs before the annotation processing step.
KSP offers an alternative to …
-
Given API with type parameter bound to something:
```
interface Geo {
val geometry: Geometry
}
internal class GeoDataFrame(val df: DataFrame) {
fun update(f: DataFrame.() -> DataFrame): Da…
-
-
Is it possible to inspect the entire project and present some report?
It would be nice is this is supported and if this could be called by the terminal to inspect with CI/CD.
-
I use mockposable for roborazzi, everything looks good until I want to generate composable metrics report (https://chrisbanes.me/posts/composable-metrics/).
I got this error :
```
Multiple values …
-
I am considering writing a `protoc-gen` plugin using wire for handling `CodeGeneratorRequest`. However, I'm having trouble getting the proto to compile due to interactions with handling of built-in ty…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
https://github.com/Kotlin/kotlinx.serialization
Kotlin cross-platform / multi-format reflectionless serialization.
Kotlin serialization consists of a compiler plugin, which automatically produces …
-
project build.gradle
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
app build.gradle
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
buildFeatures{
dataBind…
-
### Description
It would be great to test our sentry-compose-compiler-plugin against different versions of Kotlin, as they ship with different `kotlin-compiler-embeddable` versions, which has no stab…