A Kotlin compiler plugin that addresses an APK size overhead from Kotlin data classes
DataClassGenerate or simply DCG Motivation DataClassGenerate is a Kotlin compiler plugin that addresses APK size overhead. DCG brings data class’…
Learn and Share
DataClassGenerate or simply DCG Motivation DataClassGenerate is a Kotlin compiler plugin that addresses APK size overhead. DCG brings data class’…
ProtobufGenerator KSP Compiler plugin for protobuf generation from POJO. To implement protobuf, we use Wire to serialize/deserialize, which takes .proto…