Snackie icon indicating copy to clipboard operation
Snackie copied to clipboard

rememberSnackieState is Not recognized

Open superdiazzz opened this issue 5 months ago • 0 comments

I have added dependency as follows in my jetpack compose project;

snackie = { module = "com.github.mathroda:Snackie", version.ref="snackieVer"}

where, snackieVer = "1.0.2"

but this declaration still unrecognized

val state = rememberSnackieState()

superdiazzz avatar Sep 03 '24 11:09 superdiazzz