You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Kotlin project structure and update build system
- Replaced Maven with Gradle for project management.
- Updated Kotlin version from 2.0 to 2.2 in configuration files.
- Added Gradle build files and settings for the application.
- Introduced a new entry point in `app/src/main/kotlin/App.kt`.
- Enhanced `.gitignore` to include Gradle-specific files and directories.
- Removed obsolete `pom.xml` files from the project structure.
* This file was generated by the Gradle 'init' task.
3
+
*
4
+
* This generated file contains a sample Kotlin application project to get you started.
5
+
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/9.1.0/userguide/building_java_projects.html in the Gradle documentation.
0 commit comments