gojuno / koptional

Minimalistic Optional type for Kotlin that tries to fit its null-safe type system as smooth as possible.
Apache License 2.0
289 stars 21 forks source link

Update Kotlin 1.1.1 → 1.2.41. #23

Closed artem-zinnatullin closed 6 years ago

artem-zinnatullin commented 6 years ago

Uh nice

koptional/reactor/ReactorExtensionsSpec.kt: (21, 26): Calls to static methods in Java interfaces are prohibited in JVM target 1.6. Recompile with '-jvm-target 1.8'

arturdryomov commented 6 years ago

@artem-zinnatullin, seems like we need to change the JVM target for the Reactor sub-module. See Podcast CI.

artem-zinnatullin commented 6 years ago

Now we compile reactor extension tests with jvmTarget 1.8