-
Updated
Mar 12, 2022 - Kotlin
kotlin-multiplatform
Here are 668 public repositories matching this topic...
-
Updated
Mar 13, 2022 - Kotlin
-
Updated
Mar 14, 2022 - Kotlin
-
Updated
Mar 15, 2022 - Kotlin
-
Updated
Mar 4, 2022 - Kotlin
-
Updated
Feb 21, 2022 - Kotlin
-
Updated
Mar 10, 2022 - Kotlin
-
Updated
Apr 27, 2021 - Kotlin
-
Updated
Feb 12, 2022 - Kotlin
-
Updated
Mar 10, 2022 - Kotlin
-
Updated
Feb 28, 2022
-
Updated
Feb 10, 2022 - Kotlin
-
Updated
Dec 22, 2021 - Kotlin
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Mar 12, 2022 - Kotlin
-
Updated
Jan 13, 2022 - Kotlin
-
Updated
Jul 2, 2021 - Kotlin
-
Updated
Oct 25, 2021 - Kotlin
-
Updated
Mar 11, 2022 - Kotlin
-
Updated
Mar 14, 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
Mar 9, 2022 - Kotlin
-
Updated
Feb 23, 2022 - Kotlin
-
Updated
Mar 14, 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