Jake Wharton

Results 1657 comments of Jake Wharton

Gotta do this so I can link it from a blog post slamming convention plugins

This happened! Not fully, but good enough for now.

Note: This requires some work in our internal usage before it can be done.

Hopefully we can get away with a single state so that it's `collectAsStateWhileVisible()` and `VisibleEffect`!

We should enable this automatically for any module whose build configures `publishing()`.

Was dragging my feet on doing this. Procrastination always pays off, kids! https://blog.jetbrains.com/kotlin/2023/11/kotlin-multiplatform-development-roadmap-for-2024/ > Provide a tool that ensures that your multiplatform library public API hasn’t changed in an incompatible...

We have both JVM and klib ABI tracking but no validation (yet).

Filed https://issuetracker.google.com/issues/306428078 upstream since there seems to be some support for this being a first-party toggle of the Compose compiler itself.

Realizing that even with toggles this won't fully eliminate these calls since we don't control the flag value in libraries (such as the Compose runtime itself, where they're enabled). So...