Joel Denke
01/18/2024, 10:36 AMJan Holešovský
01/18/2024, 3:27 PMJoel Denke
01/18/2024, 3:30 PMJoel Denke
01/18/2024, 3:32 PMactual class MyPlatformResource(private val path: String): MyResource {
@Composable
override fun absolutePath(): String {
return NSBundle.mainBundle.resourcePath + "/" + path
}
@Composable
fun urlPath(): NSURL {
return NSURL.fileURLWithPath(absolutePath())
}
But just not sure which bundle Jetbrains plugin using for their painterResource variant, font and string references cross platform 😄