[Android Compose] 트러블 슈팅 by remember 안먹을 때

: ) YOUNG·2024년 7월 20일
1

안드로이드

목록 보기
28/30
post-thumbnail
post-custom-banner

compose by 안됨

has no method 'getValue(Nothing?, KProperty<*>)' and thus it cannot serve as a delegate


import에 import.runtime.* 추가해주기



예시


import androidx.compose.runtime.*

...

val count by remember { mutableIntStateOf(0) }

뭔 버그인지는 알 수 없지만 이렇게 하면 됨

0개의 댓글