Skip to content
View bb441db's full-sized avatar

Organizations

@owowagency

Block or report bb441db

Report abuse

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

Report abuse

Pinned Loading

  1. ktor-client-codegen ktor-client-codegen Public

    Generate HTTP request calls for ktor-client using annotation processing

    Kotlin 1

  2. chromium chromium Public

    Forked from chromium/chromium

    The official GitHub mirror of the Chromium source

  3. compose-strings-plugin compose-strings-plugin Public

    Generate Type-Safe Composable Functions for Android String Resources

    Kotlin 1

  4. Capture screenshot using ADB and sav... Capture screenshot using ADB and save it on host
    1
    if ! [ -x "$(command -v adb)" ]; then
    2
      echo "adb is not installed" >&2
    3
      exit 1
    4
    fi
    5