We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4267dcc commit 7124ff9Copy full SHA for 7124ff9
README.md
@@ -9,6 +9,7 @@ The tool allows dumping binary API of a JVM part of a Kotlin library that is pub
9
10
## Contents
11
12
+* [Requirements](#requirements)
13
* [Setup](#setup)
14
* [Tasks](#tasks)
15
* [Optional parameters](#optional-parameters)
@@ -21,6 +22,10 @@ The tool allows dumping binary API of a JVM part of a Kotlin library that is pub
21
22
* [Class member changes](#class-member-changes)
23
* [Building locally](#building-the-project-locally)
24
25
+## Requirements
26
+
27
+Binary compatibility validator plugin requires Gradle `6.0` or newer.
28
29
## Setup
30
31
Binary compatibility validator is a Gradle plugin that can be added to your build in the following way:
0 commit comments