Kotlin的Proguard混淆关键字
我正在使用这个关键字与我的android-java项目中的proguard 混淆 :
do if for int new try byte case char else goto long this void break catch class const final float short super throw while double import native public return static switch throws boolean default extends finally package private abstract continue strictfp volatile interface protected transient implements instanceof synchronized
但是我正在切换到Kotlin ,现在的问题是我应该使用哪些关键字作为Kotlin?
我已经找到了,但我应该使用所有这些?
你误解了什么proguard混淆。 Proguard使用Java字节码。 从JVM语言给它一个关键字列表实际上不会为你的混淆做任何事情。