Registry / utility / kotlin-parcelize-runtime

kotlin-parcelize-runtime

JSON →
library2.3.20javamavenunverified

Runtime library for the Kotlin Parcelize compiler plugin, enabling Android Parcelable implementation via annotations.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>2.3.20</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-PARCELIZE-R
K
kotlin-parcelize-runtime
utilityjavav2.3.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parcelable
android.os.Parcelable

Annotates a data class with @Parcelize to auto-generate Parcelable implementation.

import android.os.Parcelable; import kotlinx.parcelize.Parcelize; @Parcelize class User(val name: String, val age: Int) : Parcelable
Debug
Known issues
gotchaRequires Kotlin compiler plugin 'kotlin-parcelize' to be applied in build.gradle.
fix
Add 'id 'kotlin-parcelize'' to plugins block.
affects: *
Upgrade
Version history
2.3.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlin-parcelize-runtime — mvn dependency:get kotlin-parcelize-runtime · libregistry