Vsevolod Tolstopyatov
Vsevolod Tolstopyatov
JS is completely of our focus now, we are working on K2 release and stabilization of KMM, so unfortunately I'm neither ready to accept a contribution for that nor to...
I would really like the contribution here, esp. in the face of Gradle 8. I'm no expert in Gradle, so I'd very much like to figure out technicalities though. >Split...
Thanks a lot for the explanation! >Gradle Plugins should only use the Kotlin that's embedded into Gradle, [while BCV currently does not](https://github.com/Kotlin/binary-compatibility-validator/blob/c595e65a3d6443b6e58512291c2bc8394a4feb7f/build.gradle.kts#L6). Splitting up the code means that the actual...
Hi @aSemy, thank you! I've pushed `bcv-gradle-rework`, it would be nice to have all your chained PRs targeting this branch that we can use as staging for further changes (and...
Working on KDoc spec is going to be tough 😅
Nevertheless, the overall recommendation is to test every meaningful code path and exclude only really obscure lines (the classic example of which is Java's `catch (check exception) when it's statically...
Nice discussion! >but I don't recall the `for`/`in` syntax using them. They should, but for now it is a hidden knowledge for no reason. Filed https://youtrack.jetbrains.com/issue/KT-67379/ Example ``` class ByteString...
>The ability to process things efficiently, especially those represented in low-level constructs like a series of bytes, has actually become a competitive advantage for apps. I share this sentiment: for...
This PR is basically blocked by the same TYPE_USE issue as updating runtime dependencies https://github.com/JetBrains/kotlin/pull/4999#issuecomment-1397384638 so we cannot update our annotations yet without a full-blown migrations that takes older android...