diff --git a/README.md b/README.md index 179c0be..8a31fc3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ![Kotlin Dictionary Banner](assets/banner.png) +## Download the APK +Access the latest APK for Kotlin Dictionary from the link below. + +[![Get APK](https://img.shields.io/badge/Get%20APK-maroon?style=for-the-badge&logo=android&logoColor=white)](https://github.com/DevelopersBreach/kotlin-dictionary-multiplatform/releases/download/v0.1.0/app-release-v0.1.0.apk) + --- ## 🎯 Roadmap diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 4cd8b46..c1798c3 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -86,6 +86,7 @@ kotlin { implementation(libs.koin.android) implementation(libs.koin.androidx.compose) implementation(libs.generativeai) + implementation(compose.uiTooling) } commonMain.dependencies { implementation(compose.runtime)