Closed AndreasBoehm closed 1 year ago
It looks like some composables can't be parsed from the composables.tx file.
composables.tx
restartable scheme("[androidx.compose.ui.UiComposable]") fun MyComposable( unstable periods: List<DataClass> stable selectedPeriod: DataClass stable onPeriodSelected: Function2<@[ParameterName(name = 'myList')] List<DataClass>, @[ParameterName(name = 'mySingleItem')] DataClass, Unit> stable onCloseClicked: Function0<Unit> )
restartable scheme("[androidx.compose.ui.UiComposable]") fun ComposableTwo( stable modifier: Modifier? = @static Companion data: SomeDataClass )
Would be awesome if you could take a look at this.
Thanks, Andi
Thanks for raising this! Will take a look.
This has been fixed and released in v1.0.0-alpha03. Thanks!
v1.0.0-alpha03
It looks like some composables can't be parsed from the
composables.tx
file.Example with a lambda that has parameters.
Example with missing stability information
Would be awesome if you could take a look at this.
Thanks, Andi