Registry / serialization / protobuf-kotlin

protobuf-kotlin

JSON →
library4.35.1javamavenunverified

Kotlin core Protocol Buffers library for encoding structured data in an efficient yet extensible format.

<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-kotlin</artifactId> <version>4.35.1</version> </dependency>
INSTALL
IMPORT
SIG · PROTOBUF-KOTLIN
P
protobuf-kotlin
serializationjavav4.35.1
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.

Dsl
com.google.protobuf.kotlin.Dsl

Uses the Kotlin DSL to build a protobuf message.

import com.google.protobuf.kotlin.Dsl fun main() { val message = Dsl { // Build a protobuf message using DSL } println("Message: $message") }
Debug
Known issues
breakingProtobuf Kotlin 4.x requires Kotlin 1.9+.
fix
Upgrade Kotlin to 1.9 or later.
affects: >=4.0.0
Upgrade
Version history
4.35.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
protobuf-kotlin — mvn dependency:get protobuf-kotlin · libregistry