File tree Expand file tree Collapse file tree 5 files changed +1358
-1
lines changed Expand file tree Collapse file tree 5 files changed +1358
-1
lines changed Original file line number Diff line number Diff line change 17
17
- os : windows-latest
18
18
TEST_TASK : mingwX64Test
19
19
- os : ubuntu-latest
20
- TEST_TASK : check
20
+ TEST_TASK : apiCheck check
21
21
runs-on : ${{matrix.os}}
22
22
steps :
23
23
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ plugins {
8
8
kotlin(" multiplatform" ).version(libs.versions.kotlin).apply (false )
9
9
alias(libs.plugins.dokka).apply (false )
10
10
alias(libs.plugins.publish).apply (false )
11
+ alias(libs.plugins.kotlinBinaryCompatibilityValidator)
12
+ }
13
+
14
+ apiValidation {
15
+ // https://github.com/Kotlin/binary-compatibility-validator/issues/3
16
+ project(" samples" ).subprojects.mapTo(ignoredProjects) { it.name }
11
17
}
12
18
13
19
fun getPublishVersion (): String {
You can’t perform that action at this time.
0 commit comments