Studying/Error🤣
[Kotlin & Android] 'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version
패캠 코틀린 기반의 안드로이드 강의를 듣는 와중 Room 관련 실습을 진행 중이었다. gradle에 관련 모듈 추가하고 데이터베이스를 불러오고 저장하는 실습을 진행중이었는데 갑자기 아래와 같은 오류가 떴다. 'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version 아니 강의랑 똑같이 따라하고 있는데 왜 이런 오류가 나지,,?? 얼른 강의 들으면서 실습을 진행하고자 오류에 대해 검색해보기로 했다. 흠🤔 일단 찾아보니 gradle의 sour..