Jetpack Compose [JetpackCompose/Android] DAO object doesn’t update and how to solve this Tech stack Jetpack Compose Room⭐️ //related this article Daggar hilt In my case, I had to update the room object through... 2024.05.16 Jetpack Composekotlin
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
未分類 [Jetpack Compose / Kotlin] Kotlin / Java Tips and Memos (Update on time) Purpose of this article This article is a memo which I've searched how to solve or write such pattern at seviral times. ... 2024.05.04 未分類
linux [linux/ubuntu]DNS service doesn’t work on ubuntu and can’t modify `resolv.conf` Cause Why I can't modify resolve.conf is that it is linked as a symblic link. Solution All you have to do is in the foll... 2024.05.02 linux
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