Skip to content

Commit d559516

Browse files
committed
update to Kotlin 1.1.2-2, with Java 1.8
1 parent 536b0fe commit d559516

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.2'
2+
ext.kotlin_version = '1.1.2-2'
33
repositories { jcenter() }
44
dependencies {
55
classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:4.+',
@@ -9,6 +9,8 @@ buildscript {
99

1010
group = 'io.reactivex.rxjava2'
1111

12+
sourceCompatibility = JavaVersion.VERSION_1_8
13+
targetCompatibility = JavaVersion.VERSION_1_8
1214

1315
apply plugin: 'nebula.rxjava-project'
1416
apply plugin: 'kotlin'

0 commit comments

Comments
 (0)