mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 05:37:02 +05:30
common: link bug in code
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
5783210873
commit
b19a9267f6
3 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,10 @@ import androidx.compose.runtime.Composable
|
|||
@Composable
|
||||
expect fun stringValue(enum: StringEnum): String
|
||||
|
||||
/**
|
||||
* Workaround for https://youtrack.jetbrains.com/issue/KT-44499
|
||||
*
|
||||
*/
|
||||
@Composable
|
||||
expect fun stringValue(enum: StringEnum, arg1: Any): String
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue