gradle / kotlin-dsl-samples

Samples builds using the Gradle Kotlin DSL
https://gradle.org/kotlin/
Other
3.71k stars 434 forks source link

Allow scripts larger than 64KB #1323

Closed bamboo closed 5 years ago

bamboo commented 5 years ago

By storing large scripts as a resource instead of a script constant in the emitted bytecode.

Resolves #1305