theapache64

Results 156 issues of theapache64

while adding deps, more margins are getting in non-android-studio (github) interface

bug

If there's no kapt plugin enabled, on the first kapt installation, add `apply plugin: 'kotlin-kapt'` to `build.gradle`

enhancement

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

enhancement
hold

![image](https://github.com/Grigory-Rylov/android-methods-profiler/assets/9678279/5510d058-d4a7-4b90-b342-728017db3270) For example, here it currently shows the current block time. Can we show sum of those 20 blocks?

![image](https://github.com/Grigory-Rylov/android-methods-profiler/assets/9678279/f4202434-64df-476e-8722-9e1c1d279321)

![image](https://github.com/Grigory-Rylov/android-methods-profiler/assets/9678279/1a0c665f-f978-4f46-96a6-e545e7f7c601)

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