Caleb Kiage
08/01/2024, 8:32 AMIvan Matkov
08/01/2024, 10:31 AMCaleb Kiage
08/01/2024, 2:30 PMCaleb Kiage
08/02/2024, 8:30 AMtoPath
extension method doesn't exist on desktop 😔Ivan Matkov
08/02/2024, 8:34 AMCaleb Kiage
08/02/2024, 8:56 AMasComposePath
also needs to be moved to the common package as well. I'll try copy these functions when I get timeCaleb Kiage
08/02/2024, 8:56 AMIvan Matkov
08/02/2024, 8:58 AMIvan Matkov
08/02/2024, 8:58 AMCaleb Kiage
08/02/2024, 9:03 AMIvan Matkov
08/02/2024, 9:05 AMIvan Matkov
08/02/2024, 9:06 AMIvan Matkov
08/02/2024, 9:07 AMCaleb Kiage
08/02/2024, 9:09 AMIvan Matkov
08/02/2024, 9:11 AMIvan Matkov
08/02/2024, 9:13 AMandroid.graphics.Path
is part of Android OS SDK, and it should not be in commonIvan Matkov
08/02/2024, 9:14 AMandroidx.compose.ui.graphics.Path
is a part for Compose, and it should be in commonCaleb Kiage
08/02/2024, 9:16 AMtoPath
is probably the wrong function to use. Probably something that converts to a composable directly would work?Caleb Kiage
08/02/2024, 9:17 AMtoComposePath
?Caleb Kiage
08/02/2024, 9:18 AMIvan Matkov
08/02/2024, 9:22 AMcompose shouldn't be in dependencies thereThe problem here is that library is not aware of compose. And shouldn't be. And Compose is not aware of that library and shouldn't be. I agree this function should exists, but not sure where exactly yet