Skip to content

Commit 94b711f

Browse files
authored
Fix api check (#307)
1 parent 18afcd3 commit 94b711f

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)