From 59c28f1b50169516f53b621a9f12dc4021ae68a3 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 15 Apr 2019 03:13:34 -0700 Subject: [PATCH] Removed invalid link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 623df55..56fbb72 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ dependencies { compileOnly(semverProcessor) } ``` -As of [Kotlin 1.2.30](https://blog.jetbrains.com/kotlin/2019/04/kotlin-1-3-30-released/#more-6991), when using `kapt` you must include the following to the [gradle.properties](https://github.com/ethauvin/semver/blob/master/examples/kotlin/gralde.properties) file: +As of [Kotlin 1.2.30](https://blog.jetbrains.com/kotlin/2019/04/kotlin-1-3-30-released/#more-6991), when using `kapt` you must include the following to the `gradle.properties` file: ```ini kapt.use.worker.api=true