Hello. I'm getting > Error:A problem occurred c...
# gradle
m
Hello. I'm getting
Error:A problem occurred configuring project ':app'.
Could not open cache directory d5ooanmog2a1d44dv9kth1ogd (/home/miha/.gradle/caches/4.1-20170615174816+0000/gradle-script-kotlin/d5ooanmog2a1d44dv9kth1ogd).
> Internal error: unable to compile script, see log for details with
classpath(kotlin("gradle-plugin", "1.2-M2"))
. On the other hand,
classpath(kotlin("gradle-plugin"))
defaults to 1.1.2-5 and gives me
kotlin.Unit was compiled with pre-release version of compiler.
How can I resolve this? Can I use Kotlin EAP with Gradle buildscripts?