Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Last active August 27, 2022 12:22
Show Gist options
  • Save igorescodro/d371dd181ba10c064e06af30fd538e95 to your computer and use it in GitHub Desktop.
Save igorescodro/d371dd181ba10c064e06af30fd538e95 to your computer and use it in GitHub Desktop.
plugins {
id("com.android.library")
}
dependencies {
// Won't be able to find this library
implementation(libs.android.appcompat)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment