Skip to content

Commit

Permalink
Ignore compatibility problems (to fix the issues with the completion …
Browse files Browse the repository at this point in the history
…provider)
  • Loading branch information
mkondratek committed Oct 5, 2024
1 parent e84c6ce commit b7e1558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ val versionsToValidate =
}
val skippedFailureLevels =
EnumSet.of(
FailureLevel.COMPATIBILITY_PROBLEMS, // blocked by the hacks with the completion provider for the remote IDE
FailureLevel.DEPRECATED_API_USAGES,
FailureLevel.INTERNAL_API_USAGES,
FailureLevel.SCHEDULED_FOR_REMOVAL_API_USAGES, // blocked by: Kotlin UI DSL Cell.align
Expand Down

0 comments on commit b7e1558

Please sign in to comment.