매번 새로운 프로잭트를 할때마다 골치가 아프게 되는 에러임
이번에는 SQLDelight 를 사용하면서 Compose를 같이 사용하게 되었는데. 이렇게 되면 SQLDelight는 코틀린 버전을 1.5.31로 강제로 맞춰버린다고 함.. 그래서 그냥 Compose를 1.0.1이 아닌 최신의 버전을 사용하면 된다. 나의 경우에는 1.0.4로 설정하니까 되었음..\
Compose Compiler requires Kotlin version
I made a Kotlin Multiplatform Mobile project using android studio and ran into the following error after importing SQLDelight: e: This version (1.0.1) of the Compose Compiler requires Kotlin versio...
stackoverflow.com
'시행착오 저장소' 카테고리의 다른 글
AppDatabase_Impl does not exist (0) | 2022.11.02 |
---|---|
injectprocessingstep was unable to process 'testrepository(firebasetestservice)' because 'firebasetestservice' could not be resolved. (0) | 2022.10.24 |
activity가 여러번 반복해서 켜져서 하루 날렸던 후기 (0) | 2021.05.23 |
android 프로젝트 시작하고 파이어베이스에 등록해보기 (0) | 2021.05.10 |
constraintLayout에서 뒤에 있는 뷰가 가려지는 문제 (0) | 2021.05.06 |