[versions] agp = "8.13.1" kotlin = "2.2.21" # noinspection NewerVersionAvailable dokka = "1.9.20" maven-publish = "0.35.0" betterandroid-ui-component = "1.0.8" betterandroid-ui-component-adapter = "1.0.0" betterandroid-ui-extension = "1.0.7" betterandroid-system-extension = "1.0.3" kavaref-core = "1.0.2" kavaref-extension = "1.0.1" androidx-core = "1.17.0" androidx-appcompat = "1.7.1" # noinspection GradleDependency material = "1.11.0" androidx-constraintlayout = "2.2.1" junit = "4.13.2" androidx-test-ext-junit = "1.3.0" androidx-test-espresso-core = "3.7.0" [plugins] android-application = { id = "com.android.application", version.ref = "agp" } android-library = { id = "com.android.library", version.ref = "agp" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-publish" } [libraries] betterandroid-ui-component = { module = "com.highcapable.betterandroid:ui-component", version.ref = "betterandroid-ui-component" } betterandroid-ui-component-adapter = { module = "com.highcapable.betterandroid:ui-component-adapter", version.ref = "betterandroid-ui-component-adapter" } betterandroid-ui-extension = { module = "com.highcapable.betterandroid:ui-extension", version.ref = "betterandroid-ui-extension" } betterandroid-system-extension = { module = "com.highcapable.betterandroid:system-extension", version.ref = "betterandroid-system-extension" } kavaref-core = { module = "com.highcapable.kavaref:kavaref-core", version.ref = "kavaref-core" } kavaref-extension = { module = "com.highcapable.kavaref:kavaref-extension", version.ref = "kavaref-extension" } androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" } material = { module = "com.google.android.material:material", version.ref = "material" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" } junit = { module = "junit:junit", version.ref = "junit" } androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" } androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso-core" }