Skip to content

Commit

Permalink
fix(ci): set ExperimentalForeignApi
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Oct 18, 2024
1 parent 17803d2 commit e054208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions danger-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ kotlin {
implementation(kotlin("test-annotations-common"))
}
}
all {
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
}
}
}

0 comments on commit e054208

Please sign in to comment.