Commit 789d0b3 1 parent 5312f4c commit 789d0b3 Copy full SHA for 789d0b3
File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1
1
# kotlinx-protobuf-gen
2
2
3
3
[ ![ Build] ( https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml/badge.svg )] ( https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml )
4
+ [ ![ codecov] ( https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen/graph/badge.svg?token=6FE41BE2ZK )] ( https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen )
4
5
5
6
Generate kotlin data classes from ` protobuf ` files that supports _ Kotlin Native_ that can be serialized and
6
7
deserialized to protobuf using [ kotlinx.serialization] ( https://github.com/Kotlin/kotlinx.serialization ) .
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ plugins {
6
6
`java- library`
7
7
`maven- publish`
8
8
id(" org.jetbrains.dokka" )
9
+ id(" org.jetbrains.kotlinx.kover" )
9
10
}
10
11
11
12
repositories {
You can’t perform that action at this time.
0 commit comments