You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Godot Kotlin Tree
2
2
3
+
> [!Important]
4
+
> The current version of the project has been tested on macOS and **may not work properly** on Linux and Windows.
5
+
3
6
Godot Kotlin Tree enhances development of Godot games using Kotlin bindings by generating a statically typed object mapping the Godot project nodes to Kotlin.
4
7
5
8
In short, instead of referencing node with a string path and casting:
@@ -108,6 +111,7 @@ _Note: the end part of bindings version is also the compatible engine version._
108
111
| godot-kotlin-tree | godot-kotlin-jvm |
109
112
| ----------------- | ---------------- |
110
113
| 1.0.x | 0.8.1-4.2.0 |
114
+
| 1.1.x | 0.13.1-4.4.1 |
111
115
112
116
Other pairs of versions may also work but their compatibility has never been tested and proper behavior of the plugin isn't guaranteed.
0 commit comments