Bence Stumpf
Bence Stumpf
Using this plugin in our project with the following setup: ``` multiplatformSwiftPackage { swiftToolsVersion("5.4") packageName("Common") zipFileName("Common") outputDirectory(File(rootDir, "/app-ios/CommonFramework")) distributionMode { local() } targetPlatforms { iOS { v("13") } } }...
### SQLDelight Version 1.5.3 ### Operating System any ### Gradle Version 7.2 ### Kotlin Version 1.6.20 ### Dialect SQLite ### AGP Version _No response_ ### Describe the Bug **This is...
Bug Description: When the `KLiveData.observe(lifecycle,block)` was called from iOS the observer was never notified with the updated values. Root cause: When calling the `addObserver` on the iOS actual implementation the...
The `firstDay.until(date)` will give back the period which is divided by years months and days , therefore the `getDays()` will be never greater than |30|. Solution: to use the `firstDay.until(date,ChronoUnit.DAYS)`...