icerockdev / moko-widgets

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
387 stars 32 forks source link

Output information about ViewFactory that is used by widget #217

Open Tetraquark opened 4 years ago

Tetraquark commented 4 years ago

Sometimes it's useful to know which factory a widget uses for creation. For example, this can be done by writing to console information about a ViewFactory that is used for a widget creation in debug mode.