kevin.cianfarini
01/07/2025, 4:41 PM2.1.0
cannot be consumed from 2.0.X
.
See more here: https://github.com/icerockdev/moko-resources/issues/796#issuecomment-2575750611Marcel
01/28/2025, 1:57 PMkevin.cianfarini
01/28/2025, 2:04 PMMarcel
01/28/2025, 2:40 PMkevin.cianfarini
01/28/2025, 2:48 PMkevin.cianfarini
01/28/2025, 2:48 PMMarcel
01/28/2025, 2:51 PMkevin.cianfarini
01/28/2025, 3:19 PMsealed class DateLabel {
object Today : DateLabel
object Yesterday : DateLabel
class Absolute(val date: LocalDate) : DateLabel
}
The UI layer will render R.string.today
and R.string.yesterday
for the two fixed cases, and will use a proper date formatter for the Absolute
case.alex009
01/28/2025, 3:59 PMalex009
01/28/2025, 4:02 PMw: KLIB resolver: Skipping '/Users/runner/work/Flapjack/Flapjack/.ci-gradle-home/caches/modules-2/files-2.1/com.squareup.okio/okio-iossimulatorarm64/3.10.1/bf082b70caf16fc3896370a0fdd633610c89b4f4/okio-iosSimulatorArm64Main-3.10.1.klib'.
Incompatible ABI version. The current default is '1.8.0', found '1.201.0'.
The library was produced by '2.1.0' compiler.
i think you can try to force gradle to use okio with your valid version.
and i not see why this issue relates to moko-resources at all - update 0.24.4 not change any dependencies versions and compiled with kotlin 1.9.20alex009
01/28/2025, 4:03 PMkevin.cianfarini
01/30/2025, 6:08 PMalex009
02/03/2025, 4:21 AM