Still trying to think of an android question that's Kotlin-specific enough for this channel.
😶 7
👍 1
😁 3
z
zsmb
01/24/2022, 4:36 PM
Ask about extensions on Android framework classes 😀
j
Jan Skrasek
01/24/2022, 4:39 PM
That's Kotlin related about the same as the rest of the questions.
c
Casey Brooks
01/24/2022, 4:40 PM
Copy code
val 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
}
🎉 1
🥱 1
😂 1
💯 2
☝️ 2
g
gildor
01/25/2022, 4:22 AM
Check questions in this channel without 😶 and stackoverflow reaction, all of them are pretty much on topic of the channel
c
Colton Idle
01/25/2022, 5:36 AM
@Casey Brooks now turn that into a bot so we can stop marking things as 😶