Search Results

Found 18 solutions for "error" in Kotlin

18 Total Results
1 Pages
1 Languages
1
Kotlin Beginner Featured
How to fix 'IllegalStateException: X must not be null' in Kotlin?

Accessing uninitialized lateinit property

2
Kotlin Beginner Featured
Why am I seeing 'No value passed for parameter X' in Kotlin?

No value provided for non-nullable parameter

4
Kotlin Beginner Featured
Kotlin: How do I handle null safety properly?

Handling nullable types safely

5
Kotlin Beginner Featured
How can I resolve 'Function invocation is expected' in Kotlin?

Referencing function without calling it

6
Kotlin Beginner Featured
How to resolve 'Type mismatch in Kotlin'?

Compiler detects incompatible types

12
Kotlin Beginner
What does 'Unresolved reference: X' mean in Kotlin?

Compiler cannot find the referenced declaration

16
Kotlin Beginner
How to handle 'Val cannot be reassigned' in Kotlin?

Attempting to reassign a val declaration

18
Kotlin Beginner
How can I fix 'Unresolved reference in Kotlin'?

Compiler cannot find a declared symbol