Skip to content

Commit

Permalink
Remove kotlinpoet as explicit dependency, it is implicit in kotlinpoe…
Browse files Browse the repository at this point in the history
…t-ksp
  • Loading branch information
Thijsiez committed Oct 29, 2024
1 parent 8808b3e commit ff558f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies {
implementation(platform("io.quarkus.platform:quarkus-bom:$quarkusVersion"))
implementation("io.quarkus:quarkus-hibernate-orm-panache-kotlin")
implementation("com.google.devtools.ksp:symbol-processing-api:$kspVersion")
implementation("com.squareup:kotlinpoet:$kotlinPoetVersion")
implementation("com.squareup:kotlinpoet-ksp:$kotlinPoetVersion")

testImplementation("io.quarkus:quarkus-junit5")
Expand Down

0 comments on commit ff558f5

Please sign in to comment.