2024-05

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...
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...
未分類

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