Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading