【发布时间】:2017-08-21 18:16:16
【问题描述】:
我在 android-java 项目中将这个 keywords 用于 混淆 和 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,但我应该全部使用吗?
【问题讨论】: