Top "Kotlin-extension" questions

Kotlin provides the ability to extend a class with new functionality without having to inherit from the class or use any type of design pattern such as Decorator.

Gradle Sync Issue Kotlin after Android 3.1 Stable Update

Hey after updating Android Studio to 3.1 Stable version i am getting following error to all my projects. Any help will …

android kotlin gradle-plugin kotlin-extension android-studio-3.1
Kotlin synthetic extension for view

I have a layout with some views, one of them has the id title_whalemare import kotlinx.android.synthetic.main.…

android kotlin kotlin-android-extensions kotlin-extension
Kotlin List tail function

I am trying to find a tail function in List<T> but I couldn't find any. I ended …

kotlin kotlin-extension
Android kotlin overriding interface methods inside onCreateView() method

I am new to Kotlin. I have an interface containing two method definitions: fun onSuccess(result: T) fun onFailure(e: …

java android kotlin kotlin-extension
Unresolved reference: async in Kotlin in 1.3

I have multi module kotlin gradle project in github here. One of my sub project introducing-coroutines with build file build.…

kotlin coroutine kotlinx.coroutines kotlin-extension