kmp-ready
kmp-ready copied to clipboard
KMP Ready is a Gradle Plugin that provides actionable advice to make your code Kotlin Multiplatform compatible.
Only remote HTTP maven repos can be scanned currently. Maven local is a valid use case as well.
Seeing this error when using `kmp-ready` on ShoppingApp. Not seeing the issue on `tivi`. ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app-flavor-mockserver:kmpReady'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:140) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128) at...
Currently we don't traverse project dependencies to see if they are compatible.