diff --git a/build.gradle.kts b/build.gradle.kts index ce34676..6352b36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/decomat-ksp/src/main/kotlin/io/decomat/DecomatProvider.kt b/decomat-ksp/src/main/kotlin/io/decomat/DecomatProvider.kt index 8792c08..298c655 100644 --- a/decomat-ksp/src/main/kotlin/io/decomat/DecomatProvider.kt +++ b/decomat-ksp/src/main/kotlin/io/decomat/DecomatProvider.kt @@ -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