Does anyone use material3 in the ios project? I'm...
# compose-ios
t
Does anyone use material3 in the ios project? I'm facing this issue: https://github.com/JetBrains/compose-jb/issues/2155
d
Yeah, for now material3 not possible to use with experimental uikit target
t
It seems that I can just copy and paste into my project to use material3, but it's better to have the official package to use.
But I wonder since other packages can be used by uikit target (material for example), is there any reason that material3 can not be used in uikit target?
d
For now, main reasons is priority to focus on another features
🙏 3