Jon Poulton
Jon Poulton
>Please consider reporting this to the maintainers of io.mockk.InternalPlatformDsl @VladSVAssets That's a message from Gradle itself, not Mockk
Just to add my two pence - I just had this problem where I was mistakenly applying Ktlint to a module that didn't have a Kotlin plugin applied. So to...
+1 for me. Personally, I'd like it because I keep module diagrams of my projects to illustrate how modules link together. Unless I can exclude projects from `onIncorrectConfiguration`, I'm forced...
For what it's worth, I was looking to do the same thing. Reason being that I want to be able to check the dotfile and PNG into git and easily...
Just had the same issue - fixed by either: 1. moving the `setBody` call after `setHeaders`, or 2. manually setting the `Content-Length` header value to the length of your JSON...