Daniil Pozdnyakov
Daniil Pozdnyakov
What about this problem ? I was debugging my app to identify what causing Unsupported concurrent change during composition and come to conclusion that AsyncImage is the problem, it happens...
I have a same question
It's still counting wrong, if number is less then 1 ` @Test fun roundNewText() { val one = "0.59".toBigDecimal() val two = "0.1".toBigDecimal() val result = one.divideAndRemainder(two) println("result=${result.second.toPlainString()}") // Result...