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 1
1
# The version of the project.
2
- project.version =0.22.4
2
+ project.version =0.23.0
3
3
4
4
# The Android SDK version that is used to compile the project.
5
5
sdk.version.compile =34
@@ -8,7 +8,7 @@ sdk.version.min=23
8
8
# The Android NDK version that is used to compile the project.
9
9
ndk.version =26.3.11579264
10
10
# The CMake version that is used to compile the project.
11
- cmake.version =3.29.4
11
+ cmake.version =3.30.2
12
12
13
13
# Specifies the JVM arguments used for the daemon process.
14
14
org.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.
9
9
- [x] Native
10
10
- [ ] WASI
11
11
12
- * JS and WASM JS will not be supported.*
12
+ * JS and WasmJS will not be supported.*
13
13
14
14
## Installation
15
15
16
- ``` groovy
16
+ ``` kotlin
17
17
dependencies {
18
18
implementation(" io.github.tree-sitter:ktreesitter" ) version $ktreesitterVersion
19
19
}
You can’t perform that action at this time.
0 commit comments