You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,9 @@ Contributions are more than welcome! Please see the [Contributing Guidelines](ht
186
186
- jvm-runtime
187
187
- metadata-api
188
188
```
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
0 commit comments