kmp-ready icon indicating copy to clipboard operation
kmp-ready copied to clipboard

KMP Ready is a Gradle Plugin that provides actionable advice to make your code Kotlin Multiplatform compatible.

Results 4 kmp-ready issues
Sort by recently updated
recently updated
newest added

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.