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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,3 +121,21 @@ public static int createTexture(String filename) {
121
121
* gif
122
122
* bmp
123
123
* tga
124
+
125
+
126
+
### Build-logic and platform dependencies
127
+
128
+
The build logic has been extracted in dedicated [plugins](https://github.com/elect86/build-logic), as well as the versioning in specific platform [plugins](https://github.com/elect86/platforms).
129
+
130
+
In order to import kool you need then to add the repository where these plugins are getting published for the time being.
131
+
132
+
In Gradle KTS you can do that by adding the following to your `settings.gradle.kts`:
0 commit comments