edward
01/24/2022, 4:24 PMzsmb
01/24/2022, 4:36 PMJan Skrasek
01/24/2022, 4:39 PMCasey Brooks
01/24/2022, 4:40 PMval isQuestionOnTopic = when(question) {
"is about Kotlin-the-language" -> true
"is about Kotlin libraries " -> true
"is about issues that come from introducing Kotlin into an Android app" -> true
"is a question about a Java library not interop-ing nicely with Kotlin" -> true
"is about the Android SDK that happens to use the Kotlin language" -> false
"is a question about a Java library commonly used in Android, when the question isn't an issue with Kotlin interop" -> false
"'how do I do X'" -> false
}
gildor
01/25/2022, 4:22 AMColton Idle
01/25/2022, 5:36 AM