Skip to content

Commit 06faa33

Browse files
authored
Update README.md
1 parent c0bfc0b commit 06faa33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ Contributions are more than welcome! Please see the [Contributing Guidelines](ht
186186
- jvm-runtime
187187
- metadata-api
188188
```
189-
This is a [known issue](https://youtrack.jetbrains.com/issue/KT-31641) with the kapt plugin, you can add the below to your gradle file to work around it
189+
This was a [known issue](https://youtrack.jetbrains.com/issue/KT-31641) with the kapt plugin that was fixed in kotlin 1.3.60 so your best option is to update kotlin.
190+
191+
If you can't do that, you can add the below to your gradle file to work around it
190192
```groovy
191193
configurations.all { configuration ->
192194
// Workaround for kapt bug with MPP dependencies

0 commit comments

Comments
 (0)