**Describe the bug** Update Kotlin from 1.8.22 to 1.9.0: ``` java.lang.UnsupportedOperationException: Empty collection can't be reduced. ``` **Expected behaviour** Successful build **Build scan** https://scans.gradle.com/s/4zn2v2imwg7m4/failure?expanded-stacktrace=WyIwLTEiLCIwIl0#1 **To Reproduce** https://github.com/cashapp/sqldelight/pull/4338 **Dokka configuration** ```Groovy tasks.named("dokkaHtmlMultiModule") { outputDirectory = file("$rootDir/docs/2.x") moduleName.set("SQLDelight") pluginsMapConfiguration.set(["org.jetbrains.dokka.base.DokkaBase": """ { "footerMessage": "Copyright © 2022 Square, Inc.", "customStyleSheets": ["${file("docs/css/logo-styles.css")}"] } """]) // https://github.com/Kotlin/dokka/issues/2954 dependsOn(":sqldelight-compiler:dokkaHtmlMultiModule") } ``` **Installation** - Operating system: Linux - Build tool: Gradle 8.2 - Dokka version: 1.8.20 **Additional context** n/A **Are you willing to provide a PR?** No