We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用Compose实现FontFamily的时候可以可以直接使用FontFamily(Font(R.font.xxx))很方便 用咱们插件设置了keepRoot = false混淆路径,发现会有问题。 排查发现 sdk实现加载字体的时候前缀设置了必须“res/”开头 问下咱们有方式可以实现keepRoot = false的同时针对特定的路径比如res/font做路径保留设置?
The text was updated successfully, but these errors were encountered:
我也遇到了同样的问题
Sorry, something went wrong.
似乎是把res目录命名成了r,导致的
No branches or pull requests
用Compose实现FontFamily的时候可以可以直接使用FontFamily(Font(R.font.xxx))很方便
用咱们插件设置了keepRoot = false混淆路径,发现会有问题。
排查发现
sdk实现加载字体的时候前缀设置了必须“res/”开头
问下咱们有方式可以实现keepRoot = false的同时针对特定的路径比如res/font做路径保留设置?
The text was updated successfully, but these errors were encountered: