Benjamin Baudoux
Benjamin Baudoux
I've to switch between two data sets: a monthly one and a yearly one. How can I "clear" the chart when switching from one data set to the other? For...
It looks like the last version `3.0.1` has not been published since I got > Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1 > Failed to resolve: com.pushtorefresh.storio3:sqlite-annotations:3.0.1 when building my project.
Hello, We're using elastic on Android and for now every transactions are under something like `GET`, `POST`, etc. I'd like to rename my transactions to `GET my-service.be/data` for example to...
I've the following root `build.gradle.kts` file: ```kotlin import org.jlleitschuh.gradle.ktlint.reporter.ReporterType.CHECKSTYLE import org.jlleitschuh.gradle.ktlint.reporter.ReporterType.PLAIN plugins { alias(libs.plugins.android.application) apply false alias(libs.plugins.android.library) apply false alias(libs.plugins.kotlin.android) apply false alias(libs.plugins.hilt) apply false alias(libs.plugins.googleServices) apply false alias(libs.plugins.crashlytics) apply...