Yesterday finally finished migration from Kotlin 1...
# multiplatform
v
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
Copy code
Android Studio Giraffe | 2022.3.1 Patch 2
gradle-8.2.1-bin.zip
kotlin.version=1.9.20-Beta
agp.version=8.0.2
compose.version=1.5.10-rc02
m
Just one day too early 😉 Today we are already at
Copy code
kotlin.version=1.9.20
agp.version=8.1.0
compose.version=1.5.10
😓 1
o
SqlDelight plugin is known to cause IDE freezes. If you have it installed, try disabling it.
p
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.