If you have code like this:
@file:Layout(".components.layouts.PageLayout")
package playground.pages
plus this:
package playground.pages
@Page
@Composable
fun HomePage() { ... }
you might not realize that the home page has a layout.
There should also be a way to go from the annotation / hint to the target layout class.
If you have code like this:
plus this:
you might not realize that the home page has a layout.
There should also be a way to go from the annotation / hint to the target layout class.