mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
build: remove DaggerTrack
This commit is contained in:
parent
bed41a7b3f
commit
a4eaad639f
3 changed files with 0 additions and 18 deletions
|
@ -3,19 +3,11 @@ import java.util.Properties
|
|||
plugins {
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha2"
|
||||
id("com.android.application")
|
||||
id("me.amanjeet.daggertrack")
|
||||
kotlin("android")
|
||||
kotlin("kapt")
|
||||
id("dagger.hilt.android.plugin")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||
content { includeModule("me.amanjeet.daggertrack", "dagger-track-clocks") }
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
kapt(libs.dagger.hilt.compiler)
|
||||
implementation(projects.api)
|
||||
|
@ -24,7 +16,6 @@ dependencies {
|
|||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.androidx.paging.compose)
|
||||
implementation(libs.dagger.hilt.android)
|
||||
implementation(libs.dagger.track.clocks)
|
||||
implementation(libs.retrofit.moshiConverter)
|
||||
implementation(libs.moshix.metadatareflect)
|
||||
}
|
||||
|
@ -63,7 +54,4 @@ android {
|
|||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
configure<me.amanjeet.daggertrack.DaggerTrackPlugin.DaggerTrackExtension> {
|
||||
applyFor = arrayOf("debug")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue