kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Hoist and expose BaseKotlinCompile.incremental

Open ting-yuan opened this issue 2 years ago • 0 comments

Previously, Kotlin2JsCompile.incremental is configured from propertiesProvider.incrementalJs.

Now, it is a seprate, configurable value. Incremental compilation is enabled only if

incremental and (incrementalJs or incrementalJsKlib)

are enabled.

https://youtrack.jetbrains.com/issue/KT-54986/KGP-API-to-toggle-incremental-compilation

ting-yuan avatar Dec 06 '22 19:12 ting-yuan