Add JarikoCallback.onCompilationUnitEncodingError callback.
This callback could be useful if you want to handle errors during the compilation unit encoding when you need to make these errors non-blocking.
Checklist:
[X] There are tests regarding this feature
[X] The code follows the Kotlin conventions (run ./gradlew ktlintCheck)
[X] The code passes all tests (run ./gradlew check)
[ ] There is specific documentation in the docs directory
Description
Add JarikoCallback.onCompilationUnitEncodingError callback.
This callback could be useful if you want to handle errors during the compilation unit encoding when you need to make these errors non-blocking.
Checklist:
./gradlew ktlintCheck
)./gradlew check
)docs
directory