Stefan Oltmann
Stefan Oltmann
Even the logic for JPEG thumbnails is broken as I just reported in #578 Maybe that related.
At least reformatting the code with the Kotlin formatter should work.
@AndroidDeveloperLB Sorry, no. I wanted to say that I think "reformat code" is the least thing that "Save Actions" should be able to do even if all other Java specific...
> You can get `tasks.jar` using named tasks, like `val jarTask = tasks.named("jar")` > > Though this may be problematic if the module you run this on also has an...
> but ProGuard still removes important stuff like `@Serializable` and SLF4J despite having rules to keep them. Yes, that's really strange. For Android ProGuard it worked with the settings from...
> That got rid of the `@Serializable` issue but seems like there's a lot more stuff that's been removed. I use Ktor and that doesn't work either. Now I just...
@dimsuz Doesn't look like that. I skipped to the PR and all I can see is that there is a Unit test project that gives a clue how to use...
How would you set that global so that it has effect before the companion object gets created? As a environment property? Wouldn't that effect every other app that uses CoroutineWorker?...
Ok, I can see why making it configurable is a tough one since a companion object is used for that nice `CoroutineWorker.execute()` API. So I focused on just using the...
@norcisa-andy It's still there. I discovered that it moved to another package. It's now androidx.compose.foundation.lazy.**grid**.LazyVerticalGrid