pula
02/11/2020, 7:06 PMwhen ("some string".length) {
in 0..6 -> false
else -> true
}
I’m getting this error when I try to compile/build this code snippet in modules with compose: Caused by: java.lang.ClassCastException: org.jetbrains.kotlin.psi.KtWhenConditionInRange cannot be cast to org.jetbrains.kotlin.psi.KtExpression