-
Updated
Jul 1, 2021 - Kotlin
kotlin-multiplatform
Here are 504 public repositories matching this topic...
-
Updated
Jul 5, 2021 - Kotlin
-
Updated
Jun 3, 2021 - Kotlin
-
Updated
Jul 5, 2021 - Kotlin
-
Updated
Apr 27, 2021 - Kotlin
-
Updated
Jul 3, 2021 - Kotlin
-
Updated
Jun 29, 2021 - Kotlin
-
Updated
Jul 5, 2021
-
Updated
Jul 2, 2021 - Kotlin
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
May 21, 2021 - Kotlin
-
Updated
Jun 10, 2021 - Kotlin
-
Updated
Jul 5, 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
Jun 27, 2021 - Kotlin
Blocked by #2
-
Updated
Jul 2, 2021 - Kotlin
-
Updated
Aug 28, 2019 - Kotlin
-
Updated
May 18, 2021 - Kotlin
-
Updated
Jul 1, 2021 - Kotlin
-
Updated
Jul 5, 2021 - Kotlin
-
Updated
May 6, 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
-
Updated
Jul 5, 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
-
Updated
Apr 19, 2020 - Kotlin
Flipper Plugin
Related links:
Please follow up with suggestions and ideas if you have them, @oolong-kt/developers.
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."
Executors and Bootstrappers are stateful, and so can not be objects (singletons), they should always be classes. We should add this information to the docs, into corresponding sections.