
jetpack compose 아닌 프로젝트 생성 최신 안드로이드 스튜디오는 jetpack compose 자동적으로 세팅이 된다. 그래서 jetpack compose가 아닌 이전 방시인 XML 기반 View 시스템 사용하고 싶다면 아래와 같이 세팅하면 된다. build.gadle.kts(:app) 이부분 생략 implementation(libs.androidx.core.ktx) implementation(libs.androidx.lifecycle.runtime.ktx) testImplementation(libs.junit) androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx..