File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ The tool allows to dump binary API of a Kotlin libraries that is public in sense
20
20
* [ Class member changes] ( #class-member-changes )
21
21
22
22
## Setup
23
+
23
24
Binary compatibility validator is a Gradle plugin that is added to the ` build.gradle ` in the following way:
25
+
24
26
```
25
27
ext.validator_version = "0.1.1"
26
28
@@ -33,7 +35,7 @@ buildscript {
33
35
apply plugin: 'binary-compatibility-validator'
34
36
```
35
37
36
- It is enough the plugin only to the root configuration file, all sub-projects will be configured automatically.
38
+ It is enough to apply the plugin only to the root configuration file; all sub-projects will be configured automatically.
37
39
38
40
### Tasks
39
41
@@ -46,7 +48,9 @@ The plugin provides two tasks:
46
48
tasks will start checking public API upon their execution.
47
49
48
50
### Optional parameters
51
+
49
52
Binary compatibility validator can be additionally configured with the following DSL:
53
+
50
54
``` kotlin
51
55
apiValidation {
52
56
/* *
You can’t perform that action at this time.
0 commit comments