kezong

Results 20 comments of kezong

https://github.com/kezong/fat-aar-android

应该和 #246 一样的问题。 初步测试来看,是因为解压jar包后,类名大写自动转成小写了,目前还没有很好的处理办法。 com.mercury.sdk.E这个是你自己维护的库吗? 如果是的话建议在proguard文件中加`-dontusemixedcaseclassnames`

> jetifier not transform embedded aar @kezong do you have any idea how to resolve it? jetifier just effect in application build.

It's support androidx. Jetifier works fine with embeded aar in [example](https://github.com/kezong/fat-aar-android/tree/master/example) Try to upgrade to latest version.

我这没有windows环境,用mac环境试了下没有复现该场景。 希望你能提供一个能够稳定复现该问题的demo,我这边再尝试一下。

Is it set` configurations.embed.transitive = true`? change to: ```groovy fataar { /** * If transitive is true, local jar module and remote library's dependencies will be embed. * If transitive...

会,libA.aar中已经包含了该jar包。

试试升级到1.3.1看看,合并了kotlin_module,但不知道是否有解决你这个问题。

> #305 > > I created this, which I believe is all this needed to fix it but let's see what @kezong says, I could be missing something It's not...

Version 1.3.6 is support AGP 4.2.0. Upgrade it.