bytedance / ByteX

ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
Apache License 2.0
3.13k stars 462 forks source link

能否支持LibraryExtension? #140

Closed luodongseu closed 2 years ago

luodongseu commented 2 years ago

目前ByteX内部用到很多AppExtension,导致在开发Android Library应用时不可用。

yangzhiqian commented 2 years ago

不支持,目前只能是在app中使用。