Marc Knaup
04/14/2021, 8:32 PMkotlinx-datetime
and are compiled with 1.4?kotlinx-datetime
isn’t actually compatible with Kotlin 1.5? 😱
Must be the change of Duration
from Double
to Long
.
java.lang.NoSuchMethodError: ‘kotlinx.datetime.Instant kotlinx.datetime.Instant.plus-LRDsOJo(long)’
ilya.gorbunov
04/14/2021, 9:02 PMMust be the change of Duration from Double to Long.First that, but also the change of mangling for methods with inline class parameters in 1.4.30-1.5
Marc Knaup
04/14/2021, 9:23 PMPaul Woitaschek
04/15/2021, 7:08 AMilya.gorbunov
04/15/2021, 7:08 AMPaul Woitaschek
04/15/2021, 7:08 AMhfhbd
04/15/2021, 10:38 AMMarc Knaup
04/15/2021, 10:39 AMhfhbd
04/15/2021, 10:42 AMMarc Knaup
04/15/2021, 10:43 AMhfhbd
04/15/2021, 10:44 AMilya.gorbunov
04/15/2021, 10:44 AMMarc Knaup
04/15/2021, 10:44 AMhfhbd
04/15/2021, 10:45 AMas long as you are not using its experimental API.
exactly 😄ilya.gorbunov
04/19/2021, 6:37 PMorg.jetbrains.kotlinx:kotlinx-datetime:0.2.0-dev-303
and can be obtained from the repository
<https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(KotlinTools_KotlinxDatetime_Build_All),status:success,branch:kotlin-1-5,pinned:true/artifacts/content/maven/>