-
##### Description
When I use gradle plugin to generate kotlin client with additional parameters for generating parcelable model, I get project with missing dependencies:
```
import android.os.Par…
-
**Describe the bug**
Recently, I updated the Kover version in my KMM project from 0.8.1 to 0.8.3, and I noticed my data classes annotated with **`@Serializable`** were not fully covered. The annotati…
-
I'm using grazel to migrate my gradle project to bazel.
After `./gradlew migrateToBazel`, I ran `bazelisk mobile-install` and got the following error:
```
ERROR: */doc-android-client/BUILD.bazel:31…
-
FAILURE: Build failed with an exception.
* What went wrong:
The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher.
The following dependencies d…
-
**Context**
Android developers used to have the `@Parcelize` annotation to remove boilerplate implementation for `Parcelable` objects.
The old plugin [was deprecated in the 1.4.20 release of Kotlin]…
-
This step in documentation doesn't provide information where to apply the plugin:
```
Enable kotlin parcelize:
```
I guess it refers to the main application module (usually the `app` module in a…
-
Hello,
Please make the Android `actual` types implement also [`java.io.Serializable`](https://developer.android.com/reference/java/io/Serializable) (not Kotlin `@Serializable` as described in #37).
…
-
●Parcelize
https://developer.android.com/kotlin/parcelize
●Entity
https://developer.android.com/reference/android/arch/persistence/room/Entity
https://developer.android.com/training/data-stora…
-
```
ERROR: Plugin with id 'kotlin-parcelize' not found.
```
-
**Hilt** Version: **2.36**
**Compose Project**
Android Studio **Bumblebee** | 2021.1.1 Canary 1
Build #AI-203.7717.56.2111.7361063, built on May 14, 2021
Runtime version: **11.0.10+0-b96-7281165 x…