-
Notifications
You must be signed in to change notification settings - Fork 1
[CHORE/#621] Apply AGP v9.0.0 #641
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
Conversation
- Updated the `daggerHilt` version from `2.58` to `2.59` in `gradle/libs.versions.toml`.
- Upgraded the Android Gradle Plugin from version 8.13.2 to 9.0.0. - Upgraded the Baseline Profile dependency from version 1.4.1 to 1.5.0-alpha01.
- Remove redundant `org.jetbrains.kotlin.android` plugin applications - Simplify `CommonExtension` type from generic to non-generic - Update `androidExtension` property to use the non-generic `CommonExtension` type
- Add android.builtInKotlin=true to use the Kotlin plugin bundled with AGP - Add android.uniquePackageNames=true to enforce unique package names in modules
- Extract build config field logic into a reusable function - Differentiate configuration for Application and Library extensions - Dynamically set property prefixes based on debug or release builds
- Use `apply` blocks to simplify `defaultConfig` and `compileOptions` configuration. - Remove an unnecessary blank line. - Update the type of `commonExtension` to be non-generic.
- Bumped the `aboutLibraries` version from "13.2.1" to "14.0.0-b01".
Hyobeen-Park
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ดํธํธ๐
gradle.properties
Outdated
| # http://www.gradle.org/docs/current/userguide/build_environment.html | ||
| # Specifies the JVM arguments used for the daemon process. | ||
| # The setting is particularly useful for tweaking memory settings. | ||
| # Gradle ?? JVM ??? ? ?? ?? ??? ?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ฃผ์ ๋ด์ฉ์ด ์ ์ด๋ ๊ฒ ๋๊ฑฐ์์?!??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ko๋ก ์ ์ ๋ด์ฉ์ด ๋ค ์ด๋ ๊ฒ ๋๋ค์...์ธ์ฝ๋ฉ ๋ฌธ์ ๊ฐ์๋ฐ en์ผ๋ก ์์ ํ์ต๋๋ค. 1828da9
Related issue ๐
Work Description โ๏ธ
androidGradlePlugin๋ฒ์ ์ 9.0.0์ผ๋ก ์ ๋ฐ์ดํธํ๊ณ ๊ด๋ จ ์ค์ ์ ์กฐ์ gradle.properties์android.builtInKotlin=true๋ฅผ ์ถ๊ฐํ๊ณ , ์ปจ๋ฒค์ ํ๋ฌ๊ทธ์ธ์์ ๋ถํ์ํด์งorg.jetbrains.kotlin.android์ ์ฉ ๋ก์ง์ ์ ๊ฑฐScreenshot ๐ธ
n/a
Uncompleted Tasks ๐
n/a
To Reviewers ๐ข
AGP 9.0.0์ผ๋ก ์ฌ๋ผ๊ฐ๋ฉด์ Kotlin ๊ด๋ จ ํ๋ฌ๊ทธ์ธ ์ค์ ๋ฐฉ์์ด ๋ณ๊ฒฝ๋์์ต๋๋ค. ํด๋น ์์ ์ ๋ํ ์ํฐํด๋ ๊ณต์ ํฉ๋๋ค :)