Can, anybody help me with this error, I am getting this just right after creating a project with selecting empty compose template when trying to run the project even first time ?
a
Albert Chang
04/22/2021, 4:42 AM
The compose version in the template may not be the latest and you need to update it manually.
j
jim
04/22/2021, 4:57 AM
Make sure your Kotlin version is 1.4.32 not something like 1.5.0-RC.
👍 1
s
Shivam Sethi
04/22/2021, 6:06 AM
Thank you changing the Kotlin version from 1.5.0-R.C. to 1.4.32 fixed the problem.