본문 바로가기
Android

[Android] New Gradle Sync is not supported due to containing Kotlin modules 오류 해결방법

by 겨울그리고눈 2020. 1. 16.

New Gradle Sync is not supported due to containing Kotlin modules

이 오류는 Kotlin의 JVM vesion이 맞지 않아 생기는 문제입니다. 

 

File - Settings

 

Other Settings - Kotlin Compiler -Target JVM version 1.8로 변경

 

Android Studio 3.5.3 기준으로 작성

댓글