December 2017
Intermediate to advanced
260 pages
7h 34m
English
We can manually configure the project with Gradle by performing the following steps:
The complete build.gradle file for a common module with Kotlin 1.2-Beta2 is as follows:
buildscript { ext.kotlin_version = '1.2-Beta2' repositories { maven { url 'http://dl.bintray.com/kotlin/kotlin-eap-1.2' } ...
Read now
Unlock full access