-
Updated
Sep 13, 2021 - Kotlin
kotlin-multiplatform
Here are 572 public repositories matching this topic...
-
Updated
Oct 9, 2021 - Kotlin
-
Updated
Oct 11, 2021 - Kotlin
-
Updated
Sep 30, 2021 - Kotlin
-
Updated
Apr 27, 2021 - Kotlin
-
Updated
Oct 11, 2021 - Kotlin
-
Updated
Oct 6, 2021 - Kotlin
-
Updated
Oct 11, 2021
-
Updated
Oct 8, 2021 - C
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Sep 24, 2021 - Kotlin
-
Updated
Oct 11, 2021 - Kotlin
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Jul 2, 2021 - Kotlin
-
Updated
Sep 7, 2021 - Kotlin
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
Blocked by #2
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Oct 11, 2021 - Kotlin
-
Updated
Aug 28, 2019 - Kotlin
-
Updated
Oct 10, 2021 - Kotlin
-
Updated
Sep 21, 2021 - Kotlin
Hey @doyaaaaaken thank you very much for this library!
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
-
Updated
Sep 16, 2021 - Kotlin
-
Updated
Oct 1, 2021 - Kotlin
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.
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."
Ktor now uses
native-mt
coroutines, we should update all the related Ktor info in our readme.