Intellij Idea and Android Studio plugin to Convert Kotlin Data Clas to Protocol Buffers Message.
Generates Protocol Buffers schema from Kotlin Data Class.
Supports: Convert to scalar types, repeated field from one dimensional kotlin array or collection.
Keywords: Protocol Buffers, Proto, Schema, Kotlin, Kotlin Data Class.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "toProtobufConverter" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.