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 536b0fe commit d559516Copy full SHA for d559516
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.1.2'
+ ext.kotlin_version = '1.1.2-2'
3
repositories { jcenter() }
4
dependencies {
5
classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:4.+',
@@ -9,6 +9,8 @@ buildscript {
9
10
group = 'io.reactivex.rxjava2'
11
12
+sourceCompatibility = JavaVersion.VERSION_1_8
13
+targetCompatibility = JavaVersion.VERSION_1_8
14
15
apply plugin: 'nebula.rxjava-project'
16
apply plugin: 'kotlin'
0 commit comments