Skip to content

Commit c06fe1f

Browse files
committed
Fix api check
1 parent 87179d8 commit c06fe1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle-conventions/common/src/main/kotlin/util/apiValidation.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fun Project.configureApiValidation() {
2222
if (kotlinMasterBuild) null else "compiler-plugin-tests",
2323
"krpc-test",
2424
"utils",
25+
"krpc-compatibility-tests",
2526
)
2627
)
2728

0 commit comments

Comments
 (0)