import에 import.runtime.* 추가해주기
import.runtime.*
예시
import androidx.compose.runtime.* ... val count by remember { mutableIntStateOf(0) }
뭔 버그인지는 알 수 없지만 이렇게 하면 됨