배워서 남주는 코딩
안드로이드 Jetpack Compose ~ 코틀린 호환성 지도 등
한글순화운동
2023. 3. 23. 17:13
implementation "com.google.android.material:compose-theme-adapter:1.2.1"
implementation "com.google.accompanist:accompanist-appcompat-theme:0.28.0"
// activities - integrations
implementation 'androidx.activity:activity-compose:1.6.1'
// Compose ~ Google Material Design
implementation 'androidx.compose.material:material:1.3.1'
// Tools support
implementation 'androidx.compose.ui:ui-tooling:1.3.3'
project_build_gradle
https://developer.android.com/jetpack/androidx/releases/compose-kotlin?hl=ko
Compose와 Kotlin의 호환성 지도 | Android 개발자 | Android Developers
Compose와 Kotlin의 호환성 지도 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 종속 항목 선언 Compose 컴파일러에 관한 종속 항목을 추가하려면 프로젝트에 Googl
developer.android.com