Skip to content

Commit

Permalink
Rename google module to androidx-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored and egorikftp committed Jul 23, 2024
1 parent b9c0fdf commit 8560894
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/generator/imagevector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(projects.components.generator.common)
implementation(projects.components.google)
implementation(projects.components.androidxCompose)

implementation(libs.kotlinpoet)

Expand Down
2 changes: 1 addition & 1 deletion components/parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api(projects.components.google)
api(projects.components.androidxCompose)

// https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
compileOnly(libs.kotlin.stdlib)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rootProject.name = "valkyrie"

include("idea-plugin")

include("components:google")
include("components:androidx-compose")
include("components:generator:common")
include("components:generator:iconpack")
include("components:generator:imagevector")
Expand Down

0 comments on commit 8560894

Please sign in to comment.