Still working in Java on Android. Have a feeling that I will be left behind soon.
Java + StreamSupport + RxJava (and formerly + Retrolambda) is a very modern feeling language.
Heavy use of Optional makes the null safety issues a little less worrying and all my apps are built around AutoValue objects which are a bit like Kotlin data classes.