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
Here is my suggestion regarding updating the JDK, Gradle, and AGP (Android Gradle Plugin) versions in the ChipTool Android project.
Reasons for the update:
Decreasing number of Intel-based MacBook users
With the increasing adoption of MacBooks equipped with Apple Silicon chips, more users are likely to require JDK 17 or higher, as indicated in the guide documentation. The project currently uses JDK 1.8, which may lead to build failures for Apple Silicon MacBook users.
The ChipTool Android project is currently using Gradle 7.1.1, JDK 1.8, and Kotlin 1.8.10.
This is not merely a criticism of legacy setups.
During the build process, I encountered Kotlin-related errors and had to install Kotlin to resolve them.
Other users are likely to encounter similar issues since the commonly installed Kotlin version, typically installed via Homebrew, is 2.1.0 or higher, which might not be compatible with the current Gradle, AGP, and JDK versions in the project, causing build failures.
Reference issue: #36030
I believe such requirements will only increase over time.
Therefore, I recommend updating the project versions accordingly.
(Additionally, I think it would be beneficial to migrate the Android project configuration to Kotlin DSL (kts), among other improvements.)
Thank you for reading, and I look forward to your feedback.
Platform
android
Anything else?
If you agree with this suggestion, I would like to take on the task of updating the versions myself!
(This is also just a suggestion.)
The text was updated successfully, but these errors were encountered:
Build issue(s)
Here is my suggestion regarding updating the JDK, Gradle, and AGP (Android Gradle Plugin) versions in the ChipTool Android project.
Reasons for the update:
Decreasing number of Intel-based MacBook users
With the increasing adoption of MacBooks equipped with Apple Silicon chips, more users are likely to require JDK 17 or higher, as indicated in the guide documentation. The project currently uses JDK 1.8, which may lead to build failures for Apple Silicon MacBook users.
android_building
Keeping the development environment up to date
The ChipTool Android project is currently using Gradle 7.1.1, JDK 1.8, and Kotlin 1.8.10.
![스크린샷 2024-12-05 오후 3 03 51](https://private-user-images.githubusercontent.com/52353492/393109932-6356377e-6af8-4fb6-bd66-d9f09df4a8ef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzQyODUsIm5iZiI6MTczOTA3Mzk4NSwicGF0aCI6Ii81MjM1MzQ5Mi8zOTMxMDk5MzItNjM1NjM3N2UtNmFmOC00ZmI2LWJkNjYtZDlmMDlkZjRhOGVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA0MDYyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFjMzBkYmU2YzVmM2EzZWE0M2Q3MzIwMmY3OWUzODBhYWI0ZWExN2RkOTgyYTAzMThiYTQxOTkxZDMzZDllMDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bYobybOpF1cRZ0XEbKkKLy9kHQgGhStZG-E4zKGWYD0)
This is not merely a criticism of legacy setups.
During the build process, I encountered Kotlin-related errors and had to install Kotlin to resolve them.
Other users are likely to encounter similar issues since the commonly installed Kotlin version, typically installed via Homebrew, is 2.1.0 or higher, which might not be compatible with the current Gradle, AGP, and JDK versions in the project, causing build failures.
Reference issue: #36030
I believe such requirements will only increase over time.
Therefore, I recommend updating the project versions accordingly.
(Additionally, I think it would be beneficial to migrate the Android project configuration to Kotlin DSL (kts), among other improvements.)
Thank you for reading, and I look forward to your feedback.
Platform
android
Anything else?
If you agree with this suggestion, I would like to take on the task of updating the versions myself!
(This is also just a suggestion.)
The text was updated successfully, but these errors were encountered: