Skip to content

Commit 6527471

Browse files
authored
Update README.md
1 parent 12cd334 commit 6527471

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,21 @@ public static int createTexture(String filename) {
121121
* gif
122122
* bmp
123123
* 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`:
133+
134+
```kotlin
135+
pluginManagement {
136+
repositories {
137+
gradlePluginPortal()
138+
maven("https://repo.repsy.io/mvn/elect/kx")
139+
}
140+
}
141+
```

0 commit comments

Comments
 (0)