Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Mar 23, 2023
1 parent 283f996 commit 7e1b606
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ val projectsWithoutOptInDependency = setOf(
":integration-tests", ":integration-tests:gradle", ":integration-tests:maven", ":integration-tests:cli")

tasks.withType<KotlinCompile>().configureEach {
// By path because Dokka has multiple projects with the same name (i.e. 'cli')
if (project.path in projectsWithoutOptInDependency) return@configureEach
compilerOptions {
freeCompilerArgs.addAll(
Expand Down

0 comments on commit 7e1b606

Please sign in to comment.