refactor: Replace LoadingButtonAndroid with compose

REF: https://gist.github.com/mmolosay/584ce5c47567cb66228b76ef98c3c4e4
This commit is contained in:
Ahmad Ansori Palembani 2024-08-24 09:03:50 +07:00
parent 61e43e047f
commit 6f94dd091b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
9 changed files with 228 additions and 26 deletions

View file

@ -57,7 +57,6 @@ jsoup = { module = "org.jsoup:jsoup", version = "1.17.1" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-android = { module = "androidx.test.ext:junit", version = "1.1.5" }
loading-button = { module = "com.github.leandroBorgesFerreira:LoadingButtonAndroid", version = "2.2.0" } # FIXME: Don't depends on this
mockk = { module = "io.mockk:mockk", version = "1.13.11" }
moko-resources = { module = "dev.icerock.moko:resources", version.ref = "moko" }