Raed Ghazal
09/21/2023, 12:47 PMxcode-kotlin
but it lead to xcode crash everytime i try to open itDaniel Seither
09/21/2023, 12:56 PMVlad
09/21/2023, 1:44 PMDaniel Seither
09/21/2023, 1:54 PMRaed Ghazal
09/21/2023, 1:55 PMI wonder how iOS developers actually develop on KMP.I think its mostly the Android team would be the one to push it (kinda force it) on iOS guys, so I don’t think any iOS person will be interested in creating a KMM project 😆
Vlad
09/21/2023, 1:58 PMRaed Ghazal
09/21/2023, 2:00 PMcmd
and click on Greeting()
it forwards me to the kotlin reference not the swift translationDaniel Seither
09/21/2023, 2:16 PMis there I way I can open the kotlin source class when I click on it from xcode swift?No, I don’t think so. The integration is not great.
Raed Ghazal
09/21/2023, 2:16 PMVlad
09/21/2023, 2:36 PMRaed Ghazal
09/21/2023, 2:37 PMmkrussel
09/21/2023, 5:30 PMRaed Ghazal
09/21/2023, 5:31 PMplus
function on LocalDateTime and LocalTime, there is plus
only in LocalDate for some reasondatetime.plusMinutes(start)
now looks like this
datetime.toInstant(TimeZone.currentSystemDefault()).plus(start, DateTimeUnit.MINUTE).toLocalDateTime(TimeZone.currentSystemDefault())
I hope I’m doing something wrong and things not as complicated as they seem to be now 😅Vlad
09/22/2023, 8:54 AM15 hours ago
Raed Ghazal
09/22/2023, 9:02 AMexpect
class and 2 actual classes for formatting, on in Android and on iOS (didn’t implement the iOS one yet)Vlad
09/22/2023, 9:03 AMRaed Ghazal
09/22/2023, 9:03 AMVlad
09/22/2023, 9:05 AMRaed Ghazal
09/22/2023, 9:07 AMVlad
09/22/2023, 9:08 AMKotlin multiplatform (KMP), previously known as (KMM)
Raed Ghazal
09/22/2023, 9:12 AM