Conversation
- Kotlin 2.3.10, AGP 9.0.0, Gradle 9.1.0으로 업그레이드
- KSP 2.3.6으로 업데이트 (Kotlin 2.3.x 호환)
- kapt → KSP 전환 (app, data, presentation, tosspayments)
- kotlinOptions → kotlin { compilerOptions } 블록으로 전환
- deprecated Gradle API 제거: task() → tasks.register(), buildDir → layout.buildDirectory
- applicationVariants (internal API) → androidComponents + SingleArtifact.APK로 APK 이름 커스텀 재구현
- composeOptions 블록 제거 (Compose Compiler Plugin이 처리)
- android.builtInKotlin=false, android.newDsl=false 플래그 추가 (KSP/KGP 호환성 확보 전까지 유지)
- 라이브러리 의존성 최신화
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix/448 어쩌구저쩌구
- 응답 DTO의 description, answer 필드를 non-null로 변경 - 답변 제출 시 isNotBlank 필터링 제거 (텍스트필드 입력값 그대로 전송) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
기존 답변과 달라진 경우에만 완료 버튼이 활성화되도록 수정 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
refactor: 사전 질문 API 스펙 변경 대응
fix: 사전 질문 UI/UX 개선 및 환불 화면 패딩 조정
[Feature] 유저코드 복사
[QA] 필수 답변 별표 위치 수정
chore: AGP 9.0 / Kotlin 2.3.10 / Gradle 9.1.0 마이그레이션
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
작업 내용