Skip to content

Commit e054208

Browse files
committed
fix(ci): set ExperimentalForeignApi
1 parent 17803d2 commit e054208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

danger-kotlin/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ kotlin {
4444
implementation(kotlin("test-annotations-common"))
4545
}
4646
}
47+
all {
48+
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
49+
}
4750
}
4851
}

0 commit comments

Comments
 (0)