Vaibhav Jaiswal
05/30/2024, 7:56 AMbuildFeatures {
compose = true
}
in CMP modules ?
This allowed LayoutInspector to work even in CMP Projects
If not then how can we use Layout Inspector ?Konstantin Tskhovrebov
05/30/2024, 8:06 AMVaibhav Jaiswal
05/30/2024, 8:07 AMmohamed rejeb
05/30/2024, 8:08 AMVaibhav Jaiswal
05/30/2024, 8:09 AMmohamed rejeb
05/30/2024, 8:10 AMKonstantin Tskhovrebov
05/30/2024, 8:10 AMVaibhav Jaiswal
05/30/2024, 8:16 AMcompose = true
All i see is this
And none of my composablesVaibhav Jaiswal
05/30/2024, 8:19 AMcompose = true
Everything works
But should we enable this?
Would it create problems for the Jetbrains Compose Compiler???Albert Chang
05/30/2024, 8:36 AMcomposeCompiler {
includeSourceInformation = true
}
Setting buildFeatures.compose = true
also enables previews in android source sets.
What problems are you imagining?Vaibhav Jaiswal
05/30/2024, 8:37 AMBen Trengrove [G]
05/30/2024, 8:38 AMVaibhav Jaiswal
05/30/2024, 8:40 AMincludeSourceInformation
or compose = true
?Vaibhav Jaiswal
05/30/2024, 8:41 AMAlbert Chang
05/30/2024, 8:47 AMVaibhav Jaiswal
05/30/2024, 8:47 AM