kotlin 1.1 is in release candodate, but I am afrai...
# android
m
kotlin 1.1 is in release candodate, but I am afraid we still cant use the features which require java 8 right? since android still doesnt support java 8
m
mingkangpan: which Kotlin features require Java 8?
m
Copy code
kotlinx.coroutines future implementation relies on CompletableFuture and therefore requires JDK 8, but it also provides portable defer primitive and it's possible to build other implementations.
m
#coroutines do not rely on CompletableFeature or any other platform-dependent features, they are providing syntax to use whatever you want.