In Kotlin, use ConstantConditionIf
to ignore this warning :
@Suppress("ConstantConditionIf")
if(ANDROID_IS_AWESOME) {
fml()
}
In Kotlin, use ConstantConditionIf
to ignore this warning :
@Suppress("ConstantConditionIf")
if(ANDROID_IS_AWESOME) {
fml()
}