Yesterday finally finished migration from Kotlin 1.8x Compose 1.4 to Kotlin 1.9x Compose 1.5x and my AS just hangs randomly on indexing. Previous launch everything was working, tomorrow - dead again.
Has anyone experienced that? I did clear cache from AS/clean project/removed manually gradle cache from project and from hard disc
SqlDelight plugin is known to cause IDE freezes. If you have it installed, try disabling it.
p
Pablichjenkov
11/01/2023, 4:10 PM
Mine freezed when I tried the first time. I thought the download server might got overloaded. Then noticed the compose multiplatform plugin update to 1.5.10
I did the update and it worked, not sure if it relates to your problem.