From 7c1dfd7f06117cc56902d707a4124ae33f1965b1 Mon Sep 17 00:00:00 2001 From: Daniel Shuy Date: Thu, 29 Jul 2021 23:12:37 +0800 Subject: [PATCH] Fix typo in annotation processor artifactId (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86bf580..5a1f3a3 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ dependencies { ) kapt( - "com.masabi.kotlinbuilder:kotlinbuilder-processor:$kotlinbuilderVersion" + "com.masabi.kotlinbuilder:masabi-kotlinbuilder-processor:$kotlinbuilderVersion" ) } ```