Skip to content

Gradle Version Catalog(libs.versions.toml) 마이그레이션#369

Merged
unam98 merged 1 commit intodevelopfrom
feature/version-catalog
Apr 2, 2026
Merged

Gradle Version Catalog(libs.versions.toml) 마이그레이션#369
unam98 merged 1 commit intodevelopfrom
feature/version-catalog

Conversation

@unam98
Copy link
Copy Markdown
Collaborator

@unam98 unam98 commented Apr 2, 2026

작업 배경

  • 의존성 버전이 build.gradle에 흩어져 있어 관리가 어려웠음
  • Gradle Version Catalog(libs.versions.toml)로 중앙 집중 관리하도록 마이그레이션

변경 사항

신규 파일

  • gradle/libs.versions.toml — 모든 버전, 라이브러리, 플러그인 정의

build.gradle (root)

  • buildscript { classpath ... } 방식 제거 → plugins { alias(...) } DSL로 전환

app/build.gradle

  • 하드코딩된 의존성 → libs.* 참조로 전환
  • Firebase: BOM으로 버전 통합 관리 (개별 버전 제거)
  • bundle 적용: firebase, kakao, compose, network, lifecycle

영향 범위

  • 빌드 설정 파일만 변경, 앱 소스 코드 변경 없음
  • 런타임 동작에 영향 없음

Test Plan

  • ./gradlew assembleDebug 로컬 빌드 성공 확인
  • CI 빌드 성공 확인
  • 에뮬레이터/실기기 설치 후 주요 기능 동작 확인

🤖 Generated with Claude Code

- 모든 의존성 버전을 libs.versions.toml로 중앙 관리
- buildscript classpath → plugins DSL 전환
- Firebase는 BOM으로 버전 관리 (개별 버전 제거)
- bundle 적용: firebase, kakao, compose, network, lifecycle
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 2, 2026

Warning

Rate limit exceeded

@unam98 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 25 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 2 minutes and 25 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 68b38144-c93b-468e-913b-ea4daf421987

📥 Commits

Reviewing files that changed from the base of the PR and between c796c9b and 5419d93.

📒 Files selected for processing (3)
  • app/build.gradle
  • build.gradle
  • gradle/libs.versions.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/version-catalog

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@unam98 unam98 self-assigned this Apr 2, 2026
@unam98 unam98 merged commit 970254f into develop Apr 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant