[versions] kotlin = "1.8.0" appcompat = "1.6.1" [libraries] kotlin-android-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "kotlin" } android-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } [bundles] feature-deps = ["kotlin-android-ktx","android-appcompat"]