Jake Wharton

Results 1654 comments of Jake Wharton

I was more coming from the angle of that boxing of a value class is an already problematic concern in just Kotlin (as mentioned above), that this is only going...

Yeah I did it manually for those two. There's no automation yet. This library doesn't see much life.

I generally feel like the things I build want three behaviors: - Run once on startup - Run on a schedule - Run from a manual trigger These overlap. When...

Another advantage of allowing me to compose flows is that I can combine other flow item _types_ together, apply my concurrency policy, and then use the value to indicate what...

From our chat: > i think fundamentally a cron-based flow is useful > > i also think the two other flow collector strategies are useful > > and i think...

The README? Or the actual build scripts used within the project?

There are no plans to migrate the build scripts of the repo. I would accept a PR to make the Gradle examples in the README compatible with both.

Is there a reason you are using build types instead of flavors for this? Seems like you need to set fallback types perhaps: https://developer.android.com/reference/tools/gradle-api/4.1/com/android/build/api/dsl/BuildType#matchingFallbacks:kotlin.collections.MutableList

What is this issue for then? If you use custom build types you need to set fallbacks for those to the "standard" set.

I think we can stop publishing two variants and only publish one. That way it will match all variants by default. We were forced to publish two for a while,...