Eugenio Marletti

Results 3 comments of Eugenio Marletti

One extra point in favour of Kotlin is that they are going to provide [soon](https://blog.jetbrains.com/kotlin/2016/07/first-glimpse-of-kotlin-1-1-coroutines-type-aliases-and-more) a way to compile the same code to different targets, like Java 6 (default) or...

At [Clue](http://www.helloclue.com) we're developing the Android version of the app using a lot of RxJava!

That would be very useful! In the meantime, you can use this: ``` groovy task downloadLicenses(type: nl.javadude.gradle.plugins.license.DownloadLicenses, overwrite: true) { String configurationName = "multipleConfigurations" doFirst { configurations.create(configurationName).extendsFrom( // put the...