-
Updated
Apr 6, 2022 - Kotlin
kotlin-multiplatform
Here are 690 public repositories matching this topic...
-
Updated
Apr 8, 2022 - Kotlin
-
Updated
Apr 11, 2022 - Kotlin
-
Updated
Apr 8, 2022 - Kotlin
-
Updated
Apr 3, 2022 - Kotlin
-
Updated
Mar 18, 2022 - Kotlin
-
Updated
Mar 10, 2022 - Kotlin
-
Updated
Apr 10, 2022 - Kotlin
-
Updated
Apr 27, 2021 - Kotlin
-
Updated
Apr 6, 2022 - Kotlin
-
Updated
Apr 7, 2022
-
Updated
Apr 8, 2022 - Kotlin
-
Updated
Dec 22, 2021 - Kotlin
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Mar 21, 2022 - Kotlin
-
Updated
Jan 13, 2022 - Kotlin
-
Updated
Jul 2, 2021 - Kotlin
-
Updated
Mar 30, 2022 - Kotlin
-
Updated
Mar 25, 2022 - Kotlin
-
Updated
Apr 11, 2022 - Kotlin
-
Updated
Apr 10, 2022 - Kotlin
Platform (all, jvm, js, android): all
Extension (none, kotlin 1.3): none
Code related feature
We also want to provide samples for the infix api
Following the things you need to do:
- copy SequenceSubjectChangerSamples from fluent-api to api-infix, adjust imports
...api.fluent...to...api.infix...and adjust the samples accordingly (always use the infix syntax, never the fl
-
Updated
Apr 10, 2022 - Kotlin
-
Updated
Mar 30, 2022 - Kotlin
-
Updated
Dec 29, 2021 - Kotlin
Hey there,
thank you very much for this gerat project.
Microsoft applications, for some reason, seem to require a BOM to parse for example UTF-8 files correctly, even though there is no byte order in UTF-8 like there is in 16/32. In order to open a created csv file correctly I suggest to add this special BOM (UTF-8 does require three special bytes 0xEF, 0xBB and 0xBF at the start of th
Improve this page
Add a description, image, and links to the kotlin-multiplatform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-multiplatform topic, visit your repo's landing page and select "manage topics."
There are some APIs that can be improved/simplified. This issue is to collect all the cases. This is also a good place to raise and discuss any proposals or concerns.
flatMap- add default value for themaxConcurrencyargument, removeflatMapvariants without themaxConcurrencyargumentflatMapwithresultSelector- reorder arguments in the following way: `resultSelec