Anyone know how to fix these Gradle Kotlin syntax ...
# android-studio
b
Anyone know how to fix these Gradle Kotlin syntax errors in AS? (Gradle runs fine from AS and terminal) It's just the IDE. This is 4.2 Canary 16
j
Change your jdk location in project structure
b
Thanks! I thought the Java8 version that comes bundled w/ Android Studio would work correctly. Downloaded OpenJDK8, and pointed Android Studio to that. All good now.