mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-07 06:12:56 -05:00
feat(deps): Remove temporary kotlinx-metadata-jvm dependency (#4453)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
@@ -187,7 +187,11 @@ androidComponents {
|
||||
}
|
||||
}
|
||||
|
||||
project.afterEvaluate { logger.lifecycle("Version code is set to: ${extensions.getByType<ApplicationExtension>().defaultConfig.versionCode}") }
|
||||
project.afterEvaluate {
|
||||
logger.lifecycle(
|
||||
"Version code is set to: ${extensions.getByType<ApplicationExtension>().defaultConfig.versionCode}",
|
||||
)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.core.analytics)
|
||||
|
||||
@@ -28,9 +28,6 @@ class HiltConventionPlugin : Plugin<Project> {
|
||||
apply(plugin = "com.google.devtools.ksp")
|
||||
|
||||
dependencies {
|
||||
// fixme: remove when hilt supports kotlin 2.3.x
|
||||
"ksp"(libs.library("kotlin-metadata-jvm"))
|
||||
|
||||
"ksp"(libs.library("hilt-compiler"))
|
||||
"implementation"(libs.library("hilt-android"))
|
||||
}
|
||||
|
||||
@@ -125,7 +125,6 @@ truth = { module = "com.google.truth:truth", version = "1.4.5" }
|
||||
|
||||
# Jetbrains
|
||||
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
kotlin-metadata-jvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.9.0" }
|
||||
dokka-gradlePlugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "2.1.0" }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user