Configure the project to use Gradle for build management and include JavaFX as a dependency. Ensure the project can be compiled and run. ### Checklist: - [ ] Add JavaFX plugin or dependencies to build.gradle.kts - [ ] Verify project runs successfully - [ ] Document Gradle setup in README
Configure the project to use Gradle for build management and include JavaFX as a dependency. Ensure the project can be compiled and run.
Checklist: