File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# The version of the project.
2- project.version =0.22.4
2+ project.version =0.23.0
33
44# The Android SDK version that is used to compile the project.
55sdk.version.compile =34
@@ -8,7 +8,7 @@ sdk.version.min=23
88# The Android NDK version that is used to compile the project.
99ndk.version =26.3.11579264
1010# The CMake version that is used to compile the project.
11- cmake.version =3.29.4
11+ cmake.version =3.30.2
1212
1313# Specifies the JVM arguments used for the daemon process.
1414org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Kotlin bindings to the [tree-sitter] parsing library.
99- [x] Native
1010- [ ] WASI
1111
12- * JS and WASM JS will not be supported.*
12+ * JS and WasmJS will not be supported.*
1313
1414## Installation
1515
16- ``` groovy
16+ ``` kotlin
1717dependencies {
1818 implementation(" io.github.tree-sitter:ktreesitter" ) version $ktreesitterVersion
1919}
You can’t perform that action at this time.
0 commit comments