Update to Compose alpha10

This commit is contained in:
Jake Wharton
2021-01-16 11:57:55 -05:00
parent 0967fd24c4
commit 189d00965a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
buildscript {
ext.versions = [
'compose': '1.0.0-alpha09',
'compose': '1.0.0-alpha10',
'kotlin': '1.4.21',
'kotlinxCoroutines': '1.4.1',
]

View File

@ -108,7 +108,7 @@ fun Column(children: @Composable () -> Unit) {
@Composable
private fun Box(flexDirection: YogaFlexDirection, children: @Composable () -> Unit) {
emit<BoxNode, MosaicNodeApplier>(
ctor = ::BoxNode,
factory = ::BoxNode,
update = {
set(flexDirection) {
yoga.flexDirection = flexDirection