-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Gunnar edited this page Jul 3, 2025
·
4 revisions
Welcome to the scafall wiki!
Warning
This wiki is still under construction and info may not be correct nor up-to-date!
- based on Kotlin and may provide worse DX or not work as expected when using plain Java
- still in alpha! The API is not stable!
- only targets the most recent platform versions, including minor versions.
- Gradle with Kotlin scripts - The following examples and tutorials will assume you use both of them
- Kotlin - Examples and Tutorials will be in Kotlin only
repositories {
maven(url = "https://artifacts.wolfyscript.com/artifactory/gradle-dev")
}Set up your project to use scafall from a separately installed plugin/mod dependency.
// TODO
dependencies {
}