https://kotlinlang.org logo
#android-studio
Title
# android-studio
b

Brady Aiello

11/10/2020, 2:23 AM
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

Javier

11/10/2020, 8:49 AM
Change your jdk location in project structure
b

Brady Aiello

11/12/2020, 1:35 AM
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.
4 Views