mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
common: add UrlLauncher
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a5473af699
commit
b166755afa
5 changed files with 40 additions and 1 deletions
|
@ -26,7 +26,7 @@ kotlin {
|
|||
}
|
||||
}
|
||||
val commonTest by getting { dependencies { implementation(kotlin("test")) } }
|
||||
val androidMain by getting
|
||||
val androidMain by getting { dependencies { implementation(libs.androidx.browser) } }
|
||||
val androidTest by getting
|
||||
val desktopMain by getting
|
||||
val desktopTest by getting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue