theapache64
theapache64
Hey, this might not be a library issue, but most probably mine. I've set the `fontAttr` like this ``` ... @style/CustomButtonStyle fonts/GoogleSans-Bold.ttf 50sp ``` but the font's not getting changed...
I've added the depency ``` implementation "dev.whyoleg.ktd:ktd-api-coroutines-jvm:0.5.0-1.5.4" ``` I've `libtdjni.so` in my `/usr/local/bin`. So I've passed `-Djava.library.path=/usr/local/bin` to `VM options` (IntelliJ IDEA Run Configuration) But when I try to create...
When I try to ```kotlin import dev.whyoleg.ktd.Telegram import dev.whyoleg.ktd.TelegramClientConfiguration import kotlin.time.ExperimentalTime import kotlin.time.seconds @ExperimentalTime suspend fun main() { val telegram = Telegram( configuration = TelegramClientConfiguration( maxEventsCount = 1000, receiveTimeout =...
May i know the minSdk version for this widget?
In the **advanced-coroutines-codelab** sample, you've used `ConflatedBroadcastChannel` to watch the `growZone` change. https://github.com/googlecodelabs/kotlin-coroutines/blob/b71b981f8354a92fb3ebda37eceb7461e783d0bf/advanced-coroutines-codelab/finished_code/src/main/java/com/example/android/advancedcoroutines/PlantListViewModel.kt#L91-L103 I've used same technique in one of my side projects, and when resuming the listening activity, sometimes...
This is a known issue that has been deprioritized due to a lack of mu knowledge in iOS :D If you require this feature, please vote here :) **Vote needed:...
on long name 
Sample `com.MainActivity$onCreate$5.invoke` to `com.MainActivity$onCreate.invoke`