mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +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")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,10 +3,6 @@ buildscript {
|
|||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||
content { includeModule("me.amanjeet.daggertrack", "dagger-track") }
|
||||
}
|
||||
maven {
|
||||
url = uri("https://storage.googleapis.com/r8-releases/raw")
|
||||
content { includeModule("com.android.tools", "r8") }
|
||||
|
@ -18,7 +14,6 @@ buildscript {
|
|||
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.14.2")
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:2.38.1")
|
||||
classpath("com.android.tools:r8:3.1.13-dev")
|
||||
classpath("me.amanjeet.daggertrack:dagger-track:1.0.6-SNAPSHOT")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12"
|
|||
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
||||
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
|
||||
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
|
||||
dagger-track-clocks = "me.amanjeet.daggertrack:dagger-track-clocks:1.0.6-SNAPSHOT"
|
||||
|
||||
moshi-lib = "com.squareup.moshi:moshi:1.12.0"
|
||||
moshix-ksp = { module = "dev.zacsweers.moshix:moshi-ksp", version.ref = "moshix" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue