Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Mar 14, 2024
1 parent 3f26493 commit 17fd08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply(plugin = "io.github.gradle-nexus.publish-plugin")
allprojects {

group = "io.exoquery"
version = "0.1.22"
version = "0.1.2"

apply(plugin = "kotlin")
apply(plugin = "maven-publish")
Expand Down
2 changes: 1 addition & 1 deletion decomat-ksp/src/main/kotlin/io/decomat/DecomatProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class DecomatProvider : SymbolProcessorProvider {
val middleComponentAnnotationName =
environment.options.get("middleComponentName") ?: "MiddleComponent"
val constructorComponentAnnotationName =
environment.options.get("constructorComponentAnnotationName") ?: "ConstructorComponent"
environment.options.get("constructorComponentName") ?: "ConstructorComponent"
return DecomatProcessor(
environment.logger, environment.codeGenerator,
matchableAnnotationName, componentAnnotationName, middleComponentAnnotationName, constructorComponentAnnotationName
Expand Down

0 comments on commit 17fd08d

Please sign in to comment.