The Wayback Machine - https://web.archive.org/web/20211031204734/https://github.com/topics/kotlin-multiplatform
Skip to content
#

kotlin-multiplatform

Here are 592 public repositories matching this topic...

Minimal Kotlin Multiplatform project with SwiftUI, Jetpack Compose, Wear Compose, Compose for Desktop, Compose for Web and Kotlin/JS + React clients along with Ktor backend.
  • Updated Oct 29, 2021
  • Kotlin
atrium
robstoll
robstoll commented Oct 29, 2021

Platform (all, jvm, js): all
Extension (none, kotlin 1.3): none

Code related feature

See other samples in MapFeatureExtractorSamples (e.g. valuesFeature and values) we want the same for the function size

  • add sizeFeature and size to MapFeatureExtractorSamples in api-fluent
  • add @sample to the corresponding functions in mapFeatureExtractors.kt in api-fluent
  • add si
JulianSudendorf
JulianSudendorf commented Sep 20, 2021

Hey @doyaaaaaken thank you very much for this library!

https://github.com/doyaaaaaken/kotlin-csv/blob/48510de1ce9856c672b5871c7363cf56f13633cf/src/commonMain/kotlin/com/github/doyaaaaaken/kotlincsv/client/CsvFileReader.kt#L63-L64

When reading all lines with headers, a duplicate check is performed and MalformedCSVException thrown.
Since columns in a row are accessed by their index headers

Improve this page

Add a description, image, and links to the kotlin-multiplatform topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more