common: add common stringValue api

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
Aditya Wasan 2021-03-21 01:33:14 +05:30 committed by Harsh Shandilya
parent 4a40192647
commit 01ffc49e18
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 83 additions and 0 deletions

View file

@ -36,6 +36,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(compose.ui)
}
}