Jetpack Compose

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 ...
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...
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...