Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

I can't understand source code implementation of string.kt in kotlin

Null safety in legacy Java libraries used in Kotlin projects

Kotlin getParcelableArray from intent bundle not able to cast it to custom type

Android Binding Adapter not working for CustomView

Calling (base) delegated function when using class delegation from within override

kotlin kotlin-delegate

How to create object of a reified type in Kotlin

Java stream sort by 2 fields

java sorting kotlin

Moshi Retrofit2 Kotlin Class Not Found Exception

kotlin retrofit2 moshi

Ternary operator in kotlin [duplicate]

android kotlin

Kotlin: How to iterate all dates within a Joda Interval?

kotlin jodatime intervals

Android Mockito TooManyActualInvocations

android junit kotlin mockito

Mockito when clause not working in kotlin

kotlin mockito

Localize the period (AM/PM) in a time stamp to another language

Kotlin: How to bypass CancellationException

How to log stack trace using kotlin.logging?

Kotlin: how to return some value from scope?

kotlin

Accessing views from the Activity with Anko

android kotlin anko

What is difference between var name: String? and var name: String

kotlin

Kotlin: why the compiler needs the `const` modifier?

kotlin

Kotlin class implementing Java interface error