theapache64
theapache64
while adding deps, more margins are getting in non-android-studio (github) interface
If there's no kapt plugin enabled, on the first kapt installation, add `apply plugin: 'kotlin-kapt'` to `build.gradle`
if it's `install`, add dependency signature to the end of last `implementation` rather than last dependency signature. like that for `-SD` and `-SDA` too
 For example, here it currently shows the current block time. Can we show sum of those 20 blocks?


When I try to set color generator dynamically, ```kotlin binding.trvBg.drawable.setColorGenerator(RandomColorGenerator()) ``` app crashes with below stacktrace ``` java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:354) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383) at java.util.concurrent.FutureTask.setException(FutureTask.java:252)...