[Android App] build Error :: This version (1.2.0) of the Compose Compiler requires Kotlin version 1.7.0
e: This version (1.2.0) of the Compose Compiler requires Kotlin version 1.7.0 but you appear to be using Kotlin version 1.8.0 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!). ▶ 기존 안드로이드 프로젝트의 ViewModel() 클래스 안에 LiveData 추가 후 class MainViewModel: ViewModel(){ private val _name = MutableLiveData("") ..