File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ kotlin {
7777 implementation(libs.ktor.client.logging)
7878 implementation(libs.ktor.client.mock)
7979 implementation(libs.ktor.client.serialization)
80+
81+ implementation(" androidx.navigation:navigation-compose:2.9.0" )
8082 }
8183 desktopMain.dependencies {
8284 implementation(compose.desktop.currentOs)
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
33
4+ <uses-permission android : name =" android.permission.INTERNET" />
5+
46 <application
57 android : allowBackup =" true"
68 android : icon =" @mipmap/ic_launcher"
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.5.2 "
2+ agp = " 8.6.0 "
33android-compileSdk = " 35"
44android-minSdk = " 24"
55android-targetSdk = " 35"
You can’t perform that action at this time.
0 commit comments