Enaium
Enaium
> What is this format? Never heard of it. ASM SimpleRemapper
> 第34行翻译错误;第37-38行翻译不甚正确,此外,句点建议改为句号 你改吧
Use Android 9 ROM
android对获取做了限制
taro `4.0.9` nutui`4.3.13` 加上nutui的组件就会有这个
It's not jimmer bug https://github.com/google/ksp/issues/1079
全局的不行,局部的可以
You are right, I tried your method, and it's worked fine on multiple artifacts. ```kotlin afterEvaluate { publishing { publications { getByName("maven") { artifact(source1) artifact(source2) artifact(source3) } } } }...