-
My backend has a weird model defined. I can't really do anything about it. Moshi codegen breaks though.
```
@JsonClass(generateAdapter = true)
data class UserWrapper(
var id: Int? = 0,
…
-
* ~References to Kotlin files and other incorrect terminology need to be updated or removed.~
* All classes need have at least basic documentation.
* README should have more/better examples of Swift…
kdubb updated
2 years ago
-
Subj.
Example:
```
import com.fasterxml.jackson.`annotation`.JsonProperty
/**
* Payload type for contactRequestAdd
*/
public data class ContactRequestAddPayload(
/**
* Request status…
-
Context: In KMP project, I'm implementing "i18n4k" version "0.9.0". In progress to upgrade my source to Kotlin 2.0.x
Update versions:
- i18n4k: 0.9.0
- kotlin: 2.0.20
- agp: 8.5.1
- kotlinpoet: 1…
-
You need to map sql type to kotlin type. The json(b) type should be a generic.
-
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
- […
-
I've been working on a meta-programming tool that can process generated code for the Android [Room database](https://developer.android.com/training/data-storage/room) and transform it to insert profil…
-
Hello Arrow Team,
I started a new AST-Parsing Library `kotlinx.ast` (https://github.com/kotlinx/ast) that can be used to read Kotlin source files into easy to use data classes (using [antlr-kotlin]…
-
After I bumped kotlin version to 1.9.20 & ksp as well in a project where I'm using kotlin-inject, I can't compile the desktop app anymore due to this error:
```
[ksp] java.lang.IllegalArgumentExcept…
-
## Context
I have a simple proto file that is essentially representing a map with a `name` and `value` field.
```proto
message TestMap {
optional string name = 2;
optional string value = 3;
}
``…