kitakkun / back-in-time-plugin

Kotlin Compiler Plugin to make your program back-in-time debuggable.
Apache License 2.0
33 stars 1 forks source link

Add ui module to encapsulate material3 #22

Closed kitakkun closed 2 months ago

kitakkun commented 2 months ago

If we use material3 directly, we cannot avoid getting confused because there are multiple options to import.

For example...

So, we solve this problem by adding a ui module that encapsulates material UI components. Not all components are wrapped in this module, so we need to add components when required.