File tree 4 files changed +4
-4
lines changed
protokt-extensions-proto-based
protokt-extensions-simple
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
enablePublishing()
17
- trackKotlinApiCompatibility(validate = false )
17
+ trackKotlinApiCompatibility()
18
18
19
19
dependencies {
20
20
compileOnly(libraries.protobuf)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply(plugin = "kotlin-kapt")
19
19
20
20
localProtokt()
21
21
enablePublishing()
22
- trackKotlinApiCompatibility(validate = false )
22
+ trackKotlinApiCompatibility()
23
23
24
24
dependencies {
25
25
implementation(project(" :extensions:protokt-extensions-api" ))
Original file line number Diff line number Diff line change 16
16
apply (plugin = " kotlin-kapt" )
17
17
18
18
enablePublishing()
19
- trackKotlinApiCompatibility(validate = false )
19
+ trackKotlinApiCompatibility()
20
20
21
21
dependencies {
22
22
implementation(project(" :protokt-core" ))
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ localProtokt()
21
21
pureKotlin()
22
22
enablePublishing()
23
23
compatibleWithAndroid()
24
- trackKotlinApiCompatibility(validate = false )
24
+ trackKotlinApiCompatibility()
25
25
26
26
dependencies {
27
27
api(project(" :extensions:protokt-extensions-api" ))
You can’t perform that action at this time.
0 commit comments