profile
https://github.com/nohjunh

[Issue] java.lang.IllegalStateException: Vertically scrollable component was measured with an infinity maximum height constraints, which is disallowed.

https://issuetracker.google.com/issues/240307882 Im getting the following error java.lang.IllegalStateException: Vertically scrollable component was measured with an infinity maximum height constraints, which is disallowed. One of the common reasons is nesting layouts like LazyColumn and Column(Modifier.verticalScroll()). If you want to add a header before the list of items please add a header as a separate item() before the main items() inside the LazyColumn scope. There are could be other re

2023년 3월 30일
·
0개의 댓글
·

[Issue] Duplicate class in Kotlin Android

https://stackoverflow.com/questions/75263047/duplicate-class-in-kotlin-android gradle Plugin version : '1.7.10' -> '1.8.0' 변경 kotlinCompilerExtensionVersion : '1.4.0'로 변경

2023년 3월 30일
·
0개의 댓글
·