Skip to content
View wolpl's full-sized avatar
Block or Report

Block or report wolpl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. clikt-testkit clikt-testkit Public

    Test your Clikt cli with a convenient extension function.

    Kotlin 1

  2. provides an extension function for a... provides an extension function for androix LiveData that allow waiting for a value once
    1
    import androidx.lifecycle.LifecycleOwner
    2
    import androidx.lifecycle.LiveData
    3
    import androidx.lifecycle.Observer
    4
    import kotlin.coroutines.resume
    5
    import kotlin.coroutines.suspendCoroutine