Enaium

Results 48 comments of Enaium

> What is this format? Never heard of it. ASM SimpleRemapper

> 第34行翻译错误;第37-38行翻译不甚正确,此外,句点建议改为句号 你改吧

Use Android 9 ROM

android对获取做了限制

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) } } } }...