I just spent a few days converting my teams Android project that was using the
kotlin-platform-x
gradle plugins to use the
multiplatform
plugin. I'm now getting the following error in my builds. Does anyone have any recommendations? I'm a bit stuck now:
Copy code
> Task :app:lintVitalInternalRelease FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:lintVitalInternalRelease'.
> Configuration with name 'compileClasspath' not found.