The problem occurred in cases where the programs use /API inclusion.
In addition, I have changed the ErrorEvent.fragment getter implementation to always return something not null.
Related to LS24003327.
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 a specific documentation in the docs directory
The problem occurred in cases where the programs use /API inclusion. In addition, I have changed the
ErrorEvent.fragment
getter implementation to always return something not null.Related to LS24003327.
Checklist:
./gradlew ktlintCheck
)./gradlew check
)docs
directory