Kotlin Gradle
Type of change
- [ ] Bug fix
- [x] New feature
Description
Changes the main project and subproject to use the Kotlin Gradle DSL, slightly faster build times and an overall easier to read file
Related issues
N/A
How Has This Been Tested?
Worked in both the runClient fabric task as well as the default Minecraft Client configuration by the mcdev plugin, built jar works when tested on a new Prism 1.21.1 instance
Checklist:
- [x] My code follows the style guidelines of this project.
- [x] I have added comments to my code in more complex areas.
- [x] I have tested the code in both development and production environments.
based pr tbh
this is completely pointless lmfao
Small upsides, maybe, but not pointless? The build times are faster, and Kotlin gives more robust errors and is often easier to comprehend for new devs who already started on Java because its syntax is much stricter. If you have any legit concerns though I'm glad to listen ^^
slightly faster build times and an overall easier to read file
this is completely pointless lmfao
anything that removes groovy dsl will never be pointless
Updated all versions and made the thingies oneliners as crobie asked
Why was this canceled?