Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Create generic 2D array in Kotlin

arrays generics kotlin

Android: How to call ndk function from Kotlin?

android android-ndk kotlin

Comparing NaN in Kotlin

floating-point nan kotlin

Kotlin from Java: is a field nullable or not?

java kotlin

Create a list from another

list kotlin

Automatic library version update for Gradle projects is currently unsupported. Please update your build.gradle manually

Project won't build with Kotlin 1.1.3

android kotlin

Convert LiveData to MutableLiveData

How to use withDefault wrappers?

kotlin

Start kotlin activity *.kt from java activity *.java?

How do I disable 'Convert Java to Kotlin upon paste' in IntelliJ IDEA?

JUnit 5 test with a field annotated as `@RegisterExtension` doesn't work in Kotlin

java kotlin junit5

Does Kotlin support partial application?

What packages/functions are imported by default in Kotlin?

kotlin

Why Kotlin receives such an UndeclaredThrowableException rather than a ParseException?

How to document attributes in Kotlin data class?

java kotlin javadoc kdoc

How to use kotlin coroutines in firebase database

What's the difference between .kt and .kts files in Kotlin. When should we use .kts file over .kt file?

What does <ClassName>.() mean in Kotlin?

kotlin

Why isn't @DisplayName working for me in JUnit 5?

gradle kotlin junit junit5