Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How can I more easily use Jooq transactions in Kotlin

transactions kotlin jooq

Kotlin: Modifying (immutable) List through cast, is it legitimate?

collections kotlin

Kotlin class literals with empty left hand side are not yet supported?

Dagger 2 with Kotlin, returning type with generic in ApplicationComponent

Implement only one method from interface in anonymous class [duplicate]

java kotlin

Android class with context in object field in Kotlin

Error with java8 and Kotlin

java-8 kotlin

How does the prime numbers example from the Kotlin Coroutines documentation work?

kotlin

Defensive copy of a mutable collection in Kotlin data class

kotlin data-class

Gson can't parse a string json format data in Kotlin

android json gson kotlin

Kotlin - Operator '==' cannot be applied to 'Editable!' and 'String' when comparing string

Find last occurrence of a String in array using Kotlin

kotlin

Is there a way to create a non-null array from a range?

in kotlin, how to pass back a MutableList where the destination expects a List

Kotlin and RxJava type inference failed

Memory leak in Java, but not in Kotlin (of same code base)... why? [duplicate]

android memory-leaks kotlin

Kotlin projection redundancy

java generics kotlin

Spring inject list of generic interface implementations in kotlin

Generic object in Kotlin

kotlin

How to check whether a type is an enum in Kotlin?

reflection kotlin