Skip to content
#

kotlin-multiplatform

Here are 572 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 11, 2021
  • Kotlin
atrium
robstoll
robstoll commented Oct 7, 2021

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

Code related feature

expect(path).notToBeWritable()

//instead of

expect(path).feature { f(it::isWriteable) }.toEqual(false)

Following the things you need to do:

logic

  • extend PathAssertions with a function isNotWritable (see PathAssertions as a guideline)
  • implement isNotWritable in De
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

arrow-meta
ahinchman1
ahinchman1 commented Dec 16, 2019

Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.

Checklist for WhenExpression

  • Destructure and make available all methods related to re

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