Jake Wharton

Results 1654 comments of Jake Wharton

Is this the views or Compose UI variant?

There is no timeline. We have started working on Compose UI support in passing, but no one is dedicated to it right now. Part of working on it is figuring...

I do not. Our only usage of Compose UI today is in these samples, so no one is really looking at it right now. Once we get Compose UI to...

I didn't build it. I assume it manages prefetch across the JS bridge whereas the built in one is synchronous.

Graph looks fine. The okio jar is empty and okio-jvm has all the code.

Neither is a proper module so they don't export _any_ packages explicitly. ``` ❯ unzip -p ~/Downloads/okio-3.9.1.jar META-INF/MANIFEST.MF Manifest-Version: 1.0 ❯ unzip -p ~/Downloads/okio-jvm-3.9.1.jar META-INF/MANIFEST.MF Manifest-Version: 1.0 Automatic-Module-Name: okio ```...

My understanding is you need to use the same exact version, yes. So you have no real choice but to wait for 2.2.21 next week or 2.3.0 in a few...

I'm also working on dropping the Kotlin api/language version to the lowest-possible value to improve compatibility, but this generally only helps the JVM. As part of that I can note...

Is KSP 2 stable? I'm pretty content being entirely outside the KSP ecosystem, and try to use it in as few places as possible. I don't want to every be...