Rick Busarow
Rick Busarow
Thanks for the thanks. :) Kotlin 1.6.x has no issues. coroutines 1.6.x does have some minor issues thanks to the deprecated `TestCoroutineScope` and `runBlockingTest`. I've been focused on other libraries...
Hello @belousovgm! Thank you for the question. Dispatch doesn't have native/multi-platform support at the moment, and I've never actually had the opportunity to do any non-JVM Kotlin development. It is...
@kirich1409 I just ran into this problem as well. In my case, the issue was with line endings in `gradlew.bat` -- LF vs CRLF. A normal `git diff ____` does...
Thanks for the report. It seems like at a minimum, I need to update some docs. This plugin actually requires the `google()` repository as well, since it uses AGP apis...
This is currently partially working. ModuleCheck always knows the traditional, non-type-safe path. From here, it's easy to determine what the string value for the type-safe accessor would be. - `:core`...
Thanks for the report! I was able to reproduce this. Auto-disabling `androidResources` seems to work correctly, _unless_ the module is referencing its own `R` (or some other module is --...
Yeah, the most common cause I've seen for using the "wrong" R is when copy/pasting. It happened all the time when creating Espresso robots. I hope to be able to...
> @RBusarow Any plans to update this to LC 2.9 and get it merged? Yeah, I'll get this updated soon. I took a stab at it a while ago and...
As I understand it, you fixed the issue in your code but Anvil is still trying to reference the old type name? This sounds like a symptom of the [incremental...
Thanks for the report! There was a change to how we validate binding parameters, and the new logic isn't handling generics properly. I'll get a fix out today.