fints4k/common/src/iosMain/kotlin/net/dankito/utils/multiplatform
2022-02-07 00:17:54 +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 Added parameter countDecimalPlaces to format() as is not generic on all platforms (e.g. doesn't work on iOS) 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 Moved fints4k iOS extension methods to common 2022-02-07 00:17:53 +01:00
File.kt Fixed creating NSURL from folder and filename 2022-02-07 00:17:54 +01:00
Freezer.kt Added Freezer to be able to freeze objects from common code (non-Native implementations just do nothing) 2022-02-07 00:17:53 +01:00
Thread.kt Added Thread to retrieve information about the current thread 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