Open
Description
Importing this project as a Kotlin code sample in Android Studio 3.0.1, I get the following warnings relating to build.gradle:
- AS 3.0.1 warns about an outdated Kotlin runtime
- There are gradle deprecation warnings relating to 'compile', 'androidTestCompile' and 'testCompile' dependencies and CompileOptions.bootClasspath
I'll submit a PR.