Skip to content

Commit 23f7b5c

Browse files
authored
Merge pull request #22 from DevelopersBreach/shreyas/missing-dependency-apk-build
Add missing dependency and enable APK generation
2 parents f2502c8 + 64d48f4 commit 23f7b5c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
![Kotlin Dictionary Banner](assets/banner.png)
44

5+
## Download the APK
6+
Access the latest APK for Kotlin Dictionary from the link below.
7+
8+
[![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)
9+
510
---
611

712
## 🎯 Roadmap

composeApp/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ kotlin {
8686
implementation(libs.koin.android)
8787
implementation(libs.koin.androidx.compose)
8888
implementation(libs.generativeai)
89+
implementation(compose.uiTooling)
8990
}
9091
commonMain.dependencies {
9192
implementation(compose.runtime)

0 commit comments

Comments
 (0)