https://kotlinlang.org logo
#compiler
Title
# compiler
e

eygraber

08/02/2019, 6:37 PM
What are the pros and cons of
kotlin.compiler.execution.strategy="in-process
? I can't find any documentation that discusses it.
u

udalov

08/12/2019, 3:29 PM
AFAIK it's basically an internal mode which is only useful in my experience to debug the Kotlin compiler itself, since it's way easier than inside the daemon. Not really usable in production because for example it disables incremental compilation
👍 1
5 Views