Fun issue where the Kotlin Compiler crashes when t...
# announcements
j
Fun issue where the Kotlin Compiler crashes when there are 65K+ characters in a
.gradle.kts
file. https://github.com/gradle/kotlin-dsl/issues/1305
p
Presumably you can easily fix this by having a more granular gradle configuration with bits refactored into separate files?
j
Presumably. But idk if that should be required. You should at least get a better error message that explicitly calls out the limitation as an intentional desin choice