Raed Ghazal
01/11/2024, 8:36 PM'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: <https://youtrack.jetbrains.com/issue/KT-61573>
Raed Ghazal
01/11/2024, 8:39 PMcompilerOptions {
freeCompilerArgs.add("-Xexpect-actual-classes")
}
which removed the warning but the tests are still not runningRaed Ghazal
01/11/2024, 8:39 PMCalculating task graph as no configuration cache is available for tasks: :shared:cleanIosSimulatorArm64Test :shared:iosSimulatorArm64Test --tests com.raedghazal.kotlinx_datetime_ext.LocalDateTimeFormatterTest.test_parse_to_PolishLocaleDateTimeFormatter
Raed Ghazal
01/11/2024, 8:46 PMtapchicoma
01/11/2024, 9:09 PMRaed Ghazal
01/12/2024, 4:09 AMtapchicoma
01/12/2024, 9:02 AM