MegatronKing / StringFog

一款自动对字节码中的字符串进行加密Android插件工具
Apache License 2.0
1.71k stars 342 forks source link

在有sealed class密封类的module中使用时报错 PermittedSubclasses requires ASM9,编译都不能通过 。 #159

Open andzhangs opened 4 months ago

andzhangs commented 4 months ago

定义的类: sealed class ResponseData<out T : Any?> { data class OnSuccess(val result: T?) : ResponseData() data class OnFailed(val throwable: Throwable, val errorCode: Int = 0) : ResponseData() }

MegatronKing commented 4 months ago

已处理,试试更新到5.2.0