Android [Jetpack・Android] How to resolve the problems arround gradle A problem When I try to incorporate a package of hilt with using ksp, I came across the several errors and was not able ... 2024.05.06 AndroidJetpack Composekotlin
Jetpack Compose [Jetpack Compose / Kotlin] How to solve Unable to load class ‘org.jetbrains.kotlin.gradle.plugin.mpp.pm20.KotlinCompilationData’. Cause of Problem This error is caused by missing version defining. When I was getting the title's error I've defined com... 2024.05.04 Jetpack Composekotlin
Android [Kotlin/Jetpack Compose] What is the difference of `recomposition` and `configuration change`? Question I saw an Android official article. The reason why I read this article is to understand the notion of hoistng st... 2024.05.02 AndroidJetpack Compose