RepoJournal
Mobile platforms

Mobile platforms

Flutter, Swift, and Kotlin - the mobile platforms developers ship on

What actually shipped in Mobile platforms, written up every day — commits, pull requests, releases, and security advisories.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Mobile Full archive →

The Wire · Showcase

KOTLIN RIPS OUT INTERPRETER GUTS, FLUTTER PATCHES RENDERING PIPELINE

By RepoJournal · Filed · About Mobile platforms

Kotlin is systematically removing its IR interpreter in a multi-commit cleanup that signals a major shift in how the compiler handles intermediate representation, while Flutter ships critical Vulkan safety fixes and expands autofill support.

Kotlin landed a series of four related commits that tear out the interpreter module entirely [1] [2] [3] [4], moving utility methods to their proper homes and removing generator code. This is not incremental refactoring. It's a deliberate architectural decision that forces the compiler onto a different code path. Meanwhile, Kotlin also introduced -Xcallable-references-to-contextual and removed -Xcontext-receivers [5], signaling breaking API changes for users relying on receiver context semantics.

Flutter's rendering pipeline got two critical fixes overnight. The Impeller team patched a Vulkan safety bug where AHBTextureSourceVK destructors were calling Vulkan APIs on destroyed VkDevices [6], a crash vector when Android clears surface transactions. They also rolled ANGLE to cc08479fbcc1 [7], pulling in graphics driver fixes you probably don't see but absolutely need.

On the form-filling front, Flutter added emailOTPCode autofill hints for Android [8], which means password managers and autofill services can now target OTP fields specifically. The team also fixed test interdependencies in draggable_test.dart [9] and refactored InputConnectionAdaptorTest.java to use StringBuilder [10], quiet hygiene work that keeps the test suite reliable.

Swift's optimizer got a new CopySinking pass that sinks copy instructions across control flow [11], reducing register pressure and improving codegen. The embedded threading work is landing too [12], letting embedded Swift use mutexes and thread-local storage through the EmbeddedPlatform contract. A debug info salvage fix [13] recovered 18.6% of lost variables in compatibility tests, and Wasm/Emscripten builds got untangled [14].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [IR] Remove interpreter tests JetBrains/kotlin
  2. [2] [IR] Remove dependency on `ir.interpreter` module from other modules JetBrains/kotlin
  3. [3] [IR] Remove generator for interpreter map JetBrains/kotlin
  4. [4] [IR] Remove sources of interpreter JetBrains/kotlin
  5. [5] KT-87826, KT-86626: Introduce -Xcallable-references-to-contextual and remove -Xcontext-receivers ↗ JetBrains/kotlin
  6. [6] [Impeller] In the AHBTextureSourceVK destructor, do not call Vulkan APIs if the VkDevice has been destroyed ↗ flutter/flutter
  7. [7] Roll ANGLE to cc08479fbcc1 ↗ flutter/flutter
  8. [8] Add AutofillHints.emailOTPCode for Android AUTOFILL_HINT_EMAIL_OTP ↗ flutter/flutter
  9. [9] Fix non-independant tests in draggable_test.dart (#186898) flutter/flutter
  10. [10] Use String builder in `InputConnectionAdaptorTest.java` (#189281) flutter/flutter
  11. [11] Optimizer: add the CopySinking pass ↗ apple/swift
  12. [12] [Embedded] Add EmbeddedPlatform-backed Threading ↗ apple/swift
  13. [13] [DebugInfo] Fix DeadCodeElimination to call salvageDebugInfo ↗ apple/swift
  14. [14] Fix Emscripten build and Wasm test suite issues (#90801) apple/swift

Quick answers

What shipped in Mobile platforms on July 21, 2026?
Kotlin is systematically removing its IR interpreter in a multi-commit cleanup that signals a major shift in how the compiler handles intermediate representation, while Flutter ships critical Vulkan safety fixes and expands autofill support. In total, 67 commits and 48 pull requests landed.
Who contributed to Mobile platforms on July 21, 2026?
11 developers shipped this update, including Mohellebi Abdessalem, jason-simmons, Valentin Vignal, jameskrupnik, eeckstein, gonzalolarralde, Snowy1803, and Max Desiatov, and 3 more.
What were the notable Mobile platforms updates?
[IR] Remove interpreter tests, [IR] Remove dependency on `ir.interpreter` module from other modules, and [IR] Remove generator for interpreter map.

More from Mobile platforms

Daily updates, in your inbox

Follow Mobile platforms

What actually shipped in Mobile platforms, written up every day — commits, pull requests, releases, and security advisories.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?