-
Updated
Aug 27, 2021 - Kotlin
kotlin-multiplatform
Here are 539 public repositories matching this topic...
-
Updated
Aug 29, 2021 - Kotlin
-
Updated
Aug 12, 2021 - Kotlin
-
Updated
Aug 25, 2021 - Kotlin
-
Updated
Apr 27, 2021 - Kotlin
-
Updated
Aug 28, 2021 - Kotlin
-
Updated
Aug 27, 2021 - Kotlin
-
Updated
Aug 26, 2021
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Aug 18, 2021 - Kotlin
-
Updated
Aug 27, 2021 - Kotlin
-
Updated
Aug 19, 2021 - Kotlin
-
Updated
Aug 29, 2021 - Kotlin
-
Updated
Jul 10, 2021 - Kotlin
Platform (all, jvm, js): jvm
Extension (none, kotlin 1.3): none
Code related feature
expect(path).notToBeReadable()
//instead of
expect(path).feature { f(it::isReadable) }.toEqual(false)
Following the things you need to do:
logic
- extend PathAssertions with a function
isNotReadable
(see PathAssertions as a guideline) - implement isNotReadable in Def
-
Updated
Jul 2, 2021 - Kotlin
Blocked by #2
-
Updated
Aug 28, 2019 - Kotlin
-
Updated
Aug 27, 2021 - Kotlin
-
Updated
Jul 23, 2021 - Kotlin
-
Updated
Aug 30, 2021 - Kotlin
-
Updated
Aug 28, 2021 - Kotlin
-
Updated
Aug 21, 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
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
-
Updated
Aug 6, 2021 - Kotlin
-
Updated
Apr 19, 2020 - Kotlin
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.