compose compiler1 [오류 해결] This version (1.2.0) of the Compose Compiler requires Kotlin version 1.7.0 오류 오류 내용 안드로이드 스튜디오를 통해 개발을 진행하던 중 오류가 발생하였습니다. This version (1.2.0) of the Compose Compiler requires Kotlin version 1.7.0 but you appear to be using Kotlin version 1.9.0 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!). 위의 문제가 발생하는 이유는 Kotlin버전과 Compose 컴파일러 버전이 달라서 생기는 오류입니다. 오류 해결 방법 위의 표를 보면 저는 Ko.. 2023. 12. 15. 이전 1 다음 반응형