About Kotlin Errors
Learning Path
Kotlin basics and syntax • Null safety and smart casts • Object-oriented and functional programming • Coroutines • Android development • Kotlin Multiplatform
A statically typed, cross-platform language that targets the JVM (Java Virtual Machine) and can also compile to JavaScript and native.
Kotlin basics and syntax • Null safety and smart casts • Object-oriented and functional programming • Coroutines • Android development • Kotlin Multiplatform
Problem | Difficulty | Views | Action |
---|---|---|---|
Featured
Kotlin: How can I create a singleton using the `object` keyword?
Creating singletons with object keyword... |
Intermediate |
192
views
|
View |
Featured
How can I resolve 'Function invocation is expected' in Kotlin?
Missing function invocation parentheses... |
Beginner |
208
views
|
View |
Featured
Kotlin: Using Lambdas and Higher-Order Functions
Functional programming with lambdas and HOFs... |
Intermediate |
130
views
|
View |
Featured
Why am I seeing 'No value passed for parameter X' in Kotlin?
Handling missing required parameters... |
Beginner |
205
views
|
View |
Featured
Why can't I modify my Kotlin List after initialization?
Understanding collection mutability... |
Beginner |
211
views
|
View |
|
Beginner |
220
views
|
View |
|
Beginner |
189
views
|
View |
|
Intermediate |
215
views
|
View |
|
Beginner |
194
views
|
View |
Featured
How to fix 'IllegalStateException: X must not be null' in Kotlin?
Handling lateinit property access... |
Beginner |
223
views
|
View |
|
Beginner |
211
views
|
View |
|
Beginner |
203
views
|
View |
Kotlin: Using Elvis Operator
Providing default values for nulls... |
Beginner |
112
views
|
View |
Kotlin: Destructuring Declarations
Unpacking values from data structures... |
Beginner |
160
views
|
View |
Kotlin's collection filtering?
Filtering collections with predicate functions... |
Beginner |
81
views
|
View |
Understanding Kotlin's Null Safety
Kotlin's null safety system... |
Beginner |
110
views
|
View |
Working with Kotlin Coroutines?
Introduction to asynchronous programming with coroutines... |
Advanced |
124
views
|
View |
Why am I getting a type mismatch error in my Kotlin function?
Resolving type compatibility issues... |
Beginner |
131
views
|
View |
Kotlin: Using Lateinit
Delaying initialization of properties... |
Beginner |
160
views
|
View |
How to use Kotlin Extension Functions?
Extending existing classes without inheritance... |
Intermediate |
132
views
|
View |