CommonJVM
superclass
A Kotlin compiler plugin that addresses an Android APK size overhead from Kotlin data classes.
Add to your project
implementation("com.facebook.kotlin.compilerplugins.dataclassgenerate:superclass:1.0.1")
Parent project
Compiler plugin reducing APK size by optimizing data class methods like `toString`, `equals`, and `hashCode`. Configurable modes control method generation while retaining compatibility with bytecode optimizers.
Version history
Package version | Release date | Platforms | |
---|---|---|---|
1.0.1 | 1 year ago | Common, JVM | |
1.0.0 | 1 year ago | Common, JVM | Details |
More versions will be indexed soon
Metadata
Version
1 year ago
1.0.1
- Kotlin 1.8.0
- Gradle 8.0.2
Supported targets
JVM: |
|
Developers
License