We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c0b3d commit 0f3a0e4Copy full SHA for 0f3a0e4
build.gradle
@@ -36,7 +36,7 @@ subprojects{ subproject ->
36
apply plugin: 'kotlin'
37
38
group = 'com.github.marcoferrer.krotoplus'
39
- version = '0.2.2-RC2'
+ version = '0.2.2-RC3-SNAPSHOT'
40
41
compileKotlin {
42
kotlinOptions.jvmTarget = "1.8"
example-project/build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
"grpc": '1.15.1',
6
"kotlin": '1.3.11',
7
"coroutines": '1.1.0',
8
- "krotoplus": '0.2.2-RC2'
+ "krotoplus": '0.2.2-RC3-SNAPSHOT'
9
]
10
}
11
0 commit comments