We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bc3a0 commit 45c2b19Copy full SHA for 45c2b19
build.gradle
@@ -14,9 +14,6 @@ apply plugin: 'nebula.rxjava-project'
14
apply plugin: 'kotlin'
15
apply plugin: 'java'
16
17
-sourceCompatibility = JavaVersion.VERSION_1_8
18
-targetCompatibility = JavaVersion.VERSION_1_8
19
-
20
dependencies {
21
compile 'io.reactivex.rxjava2:rxjava:2.0.7'
22
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
0 commit comments