mogol / grpc-android-kotlin-poc

PoC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example: Android + Kotlin + gRPC + Protobuf

Default examples of Java Android and Protobuf code generation don't work with Kotlin. It happens because of wrong gradle tasks order. In this example separate module helloproto for Protobuf was added as dependency of main app. This allows to run task generateDebugProto/generateReleaseProto before compileDebugKotlin/compileReleaseKotlin

About

PoC.


Languages

Language:Java 52.3%Language:Kotlin 25.8%Language:Protocol Buffer 21.9%