我在 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使用哪些关键字?
我找到了this,但我应该使用所有这些吗?
答案 0 :(得分:4)
你误解了proguard的混淆。 Proguard在Java Bytecode上运行。从JVM语言中获取关键字列表实际上对您的混淆没有任何作用。