fints4k/common/src/iosMain/kotlin/net/dankito/utils/multiplatform
2022-02-07 00:17:53 +01:00
..
log Using now LogToConsoleLogger on iOS due to many bugs of NSLog under Kotlin 2022-02-07 00:17:53 +01:00
BigDecimal.kt Keeping NSDecimalNumber now as a class property instead of deriving from it as it's almost impossible to correctly derive from it (NSCoder seams to be the only allowed construction but crashes then at run time) 2022-02-07 00:17:53 +01:00
Date.kt Fixed initializing date with millisSinceEpoch 2022-02-07 00:17:53 +01:00
DateFormatter.kt Added parse() 2022-02-07 00:17:53 +01:00
Extensions.kt Implemented deserializing BankList.json on iOS (but packaging BankList.json doesn't work yet, manually linked it to iOSApp project) 2022-02-07 00:17:53 +01:00
File.kt Added parent property 2022-02-07 00:17:53 +01:00
UUID.kt Implemented platform specific wrapper classes for BigDecimal, Date, File and UUID 2022-02-07 00:17:53 +01:00