Jake Wharton
Jake Wharton
> 1. Split the BCV generator and validator code into a separate subproject, which (just for quick reference) I'll call bcv-core. > > 2. bcv-core has an implementation dependency on...
I believe we're blocked on the integration and release of the new targets in kotlinx.datetime first. Once that happens we can update and add the targets here.
Ran into this with `companion object`s 😞.
On the JVM this would incur boxing and a ton of virtual dispatching making the performance pretty awful. What are you trying to do?
> If I understand correctly, implementing `Iterable` would only incur boxing when the `iterator` method is called. Every call to `Iterator#next()` would box, and then immediately unbox because it has...
Needs to add ~~`header` and `impl`~~ `expect` and `actual`.
Despite being binary _incompatible_, RxJava 3 re-uses the same Java package name and groupId and thus cannot live alongside RxJava 2. I don't really want to maintain two copies of...
If you follow the Kotlin tiers for native, linux ARM must only compile on CI but may not actually work at runtime 😅 https://kotlinlang.org/docs/native-target-support.html#tier-2 Linux ARM is an important target...
The build logs are gone, but this should be specific to the legacy JS compiler. So once #439 merges (which removes the legacy compilation) you can rebase and then this...