Cleanup: remove deprecated configuration property

Currently it's useless because we don't override compilerJarFile anymore.
This commit is contained in:
Ilya Gorbunov
2018-06-21 03:53:08 +03:00
parent 414fabb2c6
commit 39cad033a3
@@ -10,7 +10,6 @@ dependencies {
} }
compileKotlin { compileKotlin {
compilerJarFile = null
kotlinOptions { kotlinOptions {
languageVersion = "1.2" languageVersion = "1.2"
apiVersion = "1.2" apiVersion = "1.2"