Skip to content

Instantly share code, notes, and snippets.

@Pratham-Sortly
Created August 7, 2025 14:18
Show Gist options
  • Select an option

  • Save Pratham-Sortly/7a018830656796f219ead67289d048b8 to your computer and use it in GitHub Desktop.

Select an option

Save Pratham-Sortly/7a018830656796f219ead67289d048b8 to your computer and use it in GitHub Desktop.
plugins {
alias(libs.plugins.module.level.plugin)
}
android {
namespace = "com.pratham.feature_one"
}
dependencies {
implementation(project(":core-network"))
implementation(project(":core-ui"))
implementation(project(":design-system"))
implementation(project(":local-storage"))
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment