Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Why do I have to return Unit.INSTANCE when implementing in Java a Kotlin function that returns a Unit?

java kotlin kotlin-interop

What does the arrow ("->") operator do in Kotlin?

operators kotlin

isInitialized - Backing field of lateinit var is not accessible at this point

java kotlin kotlin-lateinit

Kotlin and idiomatic way to write, 'if not null, else...' based around mutable value

android kotlin idioms

How do I create an enum from a string in Kotlin?

kotlin

How do I write to a file in Kotlin?

kotlin file-writing

How to convert/transform a collection to another collection by element's property?

collections filter kotlin

Spring Boot 2.5.0 generates plain.jar file. Can I remove it?

IllegalArgumentException: Parameter specified as non-null is null

android exception null kotlin

How to access Kotlin companion object in Java?

java kotlin

What is the difference between 'open' and 'public' in Kotlin?

kotlin keyword public

How can I represent a "many to many" relation with Android Room when column names are same?

How to Pass custom object via intent in kotlin

How to run code if object is null?

kotlin kotlin-null-safety

Renaming "java" directory to "kotlin" in Android Studio

Android vibrate is deprecated. How to use VibrationEffect in Android>= API 26?

Using Kotlin WHEN clause for <, <=, >=, > comparisons

kotlin

How to obtain all subclasses of a given sealed class?

kotlin

Volatile properties in Kotlin?

kotlin

Kotlin Activity cannot be extended. This type is final, so it cannot be inherited