Hey Kotlin team! K
I was wondering if there is a public API available forincremental compilation that could be integrated into a custom build tool. I noticed that
CompileService
and
IncrementalCompilerRunner
are currently intended for use with Gradle, but I was hoping to use them in a different context.
Do you have any plans to add support for such API in the future?
Thank you in advance for any help!