Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 07:56
Show Gist options
  • Save orcchg/dbd7346e6672c4fe960fb1e227ed456c to your computer and use it in GitHub Desktop.
Save orcchg/dbd7346e6672c4fe960fb1e227ed456c to your computer and use it in GitHub Desktop.
// :feature:stock_list:impl/build.gradle.kts
plugins {
id("kotlin")
}
dependencies {
api(project(":feature:stock_list:api"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment