-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Kotlin tests #730
Remove Kotlin tests #730
Conversation
Kotlin appears to work, still need to get JNI done
Can you split out Kotlin from JNI? I'd be inclined to merge the JNI one, but have a lot more qualms about the Kotlin one. |
I'll split them out and leave this one as Kotlin as I managed to get that one working |
This reverts commit 3409f7e.
Based on the rest of the kotlin discussion, I'm inclined to say no to this. |
7347b2c
to
baa5fa9
Compare
Fair I've changed this to remove it instead |
* Update frcYear to 2025 * Update for 2025.0.0-alpha-2 * Fix test extraction directory (broken by wpilibsuite#745)
Bump native-utils to 2025.3.0 Co-authored-by: Peter Johnson <johnson.peter@gmail.com>
Add a new dependency group `wpilibAnnotations` Use like `annotationProcessor wpi.java.deps.wpilibAnnotations()` Add epilogue runtime to the general `wpilib()` group
Fixes issues with reusing gradle daemon
Kotlin appears to work, still need to get JNI done