You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
335 B

package com.example.jetsnack
import androidx.compose.runtime.Composable
import androidx.compose.ui.graphics.painter.Painter
@Composable
actual fun painterResource(id: Int): Painter {
return androidx.compose.ui.res.painterResource(id)
}
actual val MppR.drawable.empty_state_search: Int
get() = R.drawable.empty_state_search