Skip to content

v0.2.0

Compare
Choose a tag to compare
@bshaffer bshaffer released this 17 Sep 17:53
· 206 commits to master since this release
fbafe07

Backwards-Compatibility Break

Switched to using jars for grpckt the protoc plugin (#173). Now protoc generation for kotlin classes is done with jdk7@jar (#179):

id("grpckt") {
    artifact = "io.grpc:protoc-gen-grpc-kotlin:0.2.0:jdk7@jar"
}