Skip to content

Commit

Permalink
поддержка ksp в geminio (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineStrider authored Mar 14, 2023
1 parent ec7ba64 commit 0baf716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hh-geminio/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=1.4.0
pluginVersion=1.4.1

pluginGroup=ru.hh.plugins
pluginName=hh-geminio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ enum class BuildGradleDependencyConfiguration(
val yamlKey: String
) {
KAPT("kapt"),
KSP("ksp"),
COMPILE_ONLY("compileOnly"),
IMPLEMENTATION("implementation"),
API("api"),
Expand Down

0 comments on commit 0baf716

Please sign in to comment.