Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 07:59
Show Gist options
  • Save orcchg/6c2f427942aef319b7205592933d3c8c to your computer and use it in GitHub Desktop.
Save orcchg/6c2f427942aef319b7205592933d3c8c to your computer and use it in GitHub Desktop.
// :feature:stock_list:demo/build.gradle.kts
plugins {
id("com.android.application")
id("kotlin-android")
}
android { }
dependencies {
implementation(project(":feature:stock_list:fake"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment