Vladyslav Varlan
Vladyslav Varlan
Key changes: - Implement escaping rules for escaping multiline strings, block-style comments `/**/`, javadoc-style comments `/***/` during `//selfieonce` replacement - Add comprehensive test suite in `RemoveSelfieOnceCommentTest` - Update one test...
**Environment:** Windows 10, IntelliJ 2025.1.1.1, no additional setup **Actual**: When I fork repository, and run `gradle assemble` task, I see many kotlin compiler warnings. As a non-maintainer, I have no...
Currently, Gradle optimization features `org.gradle.caching` and `org.gradle.parallel` are not enabled. Is there an issue that prevents to enable them by default? When I add: ```properties org.gradle.caching=true org.gradle.parallel=true ``` and run...