-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gRPC Client and Service code gen (#16)
- Loading branch information
1 parent
679e0b8
commit 06e0189
Showing
59 changed files
with
9,740 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
object Versions { | ||
const val protobuf = "3.6.1" | ||
const val grpc = "1.15.1" | ||
const val kotlin = "1.3.0" | ||
const val coroutines = "1.0.0" | ||
const val kotlin = "1.3.11" | ||
const val coroutines = "1.1.0" | ||
} |
Oops, something went wrong.