uber / piranha

A tool for refactoring code related to feature flag APIs
Apache License 2.0
2.29k stars 198 forks source link

Pin tree-sitter-kotlin to 0.3.5 to fix broken build #663

Closed donald-pinckney closed 6 months ago

donald-pinckney commented 6 months ago

PR #649 introduced support for Kotlin, but used a version of tree-sitter-kotlin which requires a newer version of tree-sitter than what is currently used. This PR pins tree-sitter-kotlin to one version older in order to fix the build.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.