Jake Wharton
Jake Wharton
So what's the problem? The error message doesn't tell us anything.
With what version?
So the design in #2749 ends up using composable lambda functions, but this incurs boxing. So we need to change it to maybe ```kotlin abstract class AbstractComposeUiButton : Button Unit>...
I updated to a list of abstract functions on an abstract base type for now.
Need to migrate existing bindings to use this
AGP 9 does this by default. Hey! Let's just update.
Definitely struggling to make this work as a simple change. It may be worth combining `NewWidget` into `WidgetNode` as the tree type, where that type becomes the tree node. However,...
You can use https://github.com/eygraber/sqldelight-androidx-driver for a version of our driver that delegates to their driver abstraction. Then you can plug in any of those three listed implementations of their driver...
> Once I'm here, [this line from AndroidSqliteDriver](https://github.com/cashapp/sqldelight/blob/master/drivers/android-driver/src/main/java/app/cash/sqldelight/driver/android/AndroidSqliteDriver.kt#L172) tripped me up. I can't figure out in what scenario the previous connection should be closed, because if `identifier != null` then...