A version of kt-starbound that avoids dependencies on the JVM in the core module.
- Kotlin 100%
| gradle/wrapper | ||
| kt-starbound-jvm | ||
| kt-starbound-universal | ||
| .gitignore | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
kt-starbound-universal
Highly Experimental!
This is another attempt to make a Kotlin Starbound library. This differs from the usual kt-starbound in that it attempts to avoid having dependencies on the JVM in as much of main functionality as possible, thus hypothetically allowing it to be compiled to other Kotlin backends, such as JavaScript. In practice, this is not yet achieved.