-
The following deserialises fine:
```kotlin
val dogXML = """
22
pug
""".trimIndent()
@Serializable
@XmlSerialName(value = "breed")
…
tagy updated
4 months ago
-
Basically, back-end code usually manipulates ORM objects and transforms them to return suitable data to the clients.
However, `class-transformer` does not seem to work well with ORM objects (at least…
-
https://youtrack.jetbrains.com/issue/KT-60437/K2-problem-with-Parcelable-plugin
https://youtrack.jetbrains.com/issue/KT-59480/K2-build-moko-resources
Looks like there is no way to use Parcelable i…
-
I'm trying to use KtorFit for iOS for a Kotlin Multiplatform Project.
Currently when I invoke the following in my gradle file, I get the below logs:
dependencies {
with("de.jensklingenberg.kt…
-
**Describe the bug**
When kotlin-serialisation is declared in script plugin, and then `apply from` to project build.gradle. The compiler plugin does not get applied, even though the build is successf…
-
It is hoped that a convenient function can be added to the plug-in
**What is your use-case and why do you need this feature?**
More convenient
**Describe the solution you'd like**
Add a configurat…
-
Hey there!
I am using this library in a Kotlin Multiplatform Mobile project.
All was fine until I began adding Pod dependencies to my Kotlin code, this adds the `linkReleaseFrameworkIos` task to …
-
Hello, I encountered some problem while implementing result back navigation.
Here is the argument class that I have:
```
import com.lett.lettdo.features.address_search.domain.models.LatLon
import …
-
## Issue Description
I encountered an issue while using the Decompose-Router library where passing arguments using the ```@Parcelize``` annotation is not supported for complex objects with external…
-
**Describe the bug**
Null pointer encountered when using JsonTransformingSerializer on initialisation
Caused by: java.lang.NullPointerException: Parameter specified as non-null is null: method kot…