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

Remove material3 wrapping components and reconfigure DebuggerFeatureConventionPlugin #30

Closed kitakkun closed 2 months ago

kitakkun commented 2 months ago

In #22, I added base UI components that wrap material3 implementation to avoid being confused with import packages. But now, it turns out that IDE suggests both components inside material3 and my UI package.

I realized that all we needed to do was add compose.desktop.currentOs to the dependencies of the app module and add compose.material3 to the dependencies of each feature module.