Skip to content

Commit

Permalink
Add missing opt ins
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jul 2, 2024
1 parent fa06f85 commit 00d8b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ kotlin {
targets()
explicitApi()
jvmToolchain(Jvm.target)

compilerOptions {
applyKordCompilerOptions()
optIn.addAll(kordOptIns)
}

sourceSets {
applyKordTestOptIns()
commonMain {
// mark ksp src dir
kotlin.srcDir("build/generated/ksp/metadata/commonMain/kotlin")
Expand Down

0 comments on commit 00d8b98

Please sign in to comment.