You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Paris in a library with many modules. We have had an issue with naming collisions for components that have a different fully qualified name but the same class name.
They all get a style extension generated for them which are all in the same package (Paris), so in this situation there is a class name conflict.
I'm wondering if it's possible to change the code generation code for Paris to avoid this conflict.
The text was updated successfully, but these errors were encountered:
At the moment the name of the file will be the same as the view, like MyView.kt. We could make it something like ComExampleApplicationMyView where MyView is in the com.example.application package.
I'm using Paris in a library with many modules. We have had an issue with naming collisions for components that have a different fully qualified name but the same class name.
They all get a style extension generated for them which are all in the same package (Paris), so in this situation there is a class name conflict.
I'm wondering if it's possible to change the code generation code for Paris to avoid this conflict.
The text was updated successfully, but these errors were encountered: