Skip to content

Commit

Permalink
chore: Add VSS Processor Plugin to version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrylo committed Mar 27, 2024
1 parent c35eaf0 commit a73889b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.eclipse.kuksa.companion.property.PropertiesLoader
plugins {
id("com.android.application")
id("com.google.devtools.ksp")
id("org.eclipse.kuksa.vss-processor-plugin") version "0.2.1"
alias(libs.plugins.vss.processor)
alias(libs.plugins.kotlin.serialization)
alias(libs.plugins.hilt.android)
kotlin("kapt")
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
[plugins]

kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinSerializationPlugin" }
vss-processor = { id = "org.eclipse.kuksa.vss-processor-plugin", version.ref = "kuksaSdk" }
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }
ksp = { id = "com.google.devtools.ksp", version.ref ="ksp"}
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

[versions]

Expand Down

0 comments on commit a73889b

Please sign in to comment.