What is Kotlin primarily used for?
Which keyword is used to declare a read-only variable in Kotlin?
Which IDE is officially recommended for Kotlin development?
Which symbol is used to indicate a nullable type in Kotlin?
Which statement is used as a replacement for switch in Kotlin?
Which Kotlin collection function transforms each element?
Which keyword makes a class inheritable?
Which function removes null values from a collection?
What is the purpose of data classes in Kotlin?
Which keyword is used to override a method?
Which keyword is used to declare a coroutine function?
Which coroutine builder returns a result?
Which Kotlin feature allows creating mini-languages?
Which function is used to change coroutine context?
Which operator is used for type-safe builders in Kotlin?