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

kotlin-multiplatform

Here are 429 public repositories matching this topic...

stefandekanskilotus
stefandekanskilotus commented Jan 29, 2021

GENERAL_ARCHITECTURE

  • You are mentioning a Ktor hack, that is basically removed now. I think that this will only confuse people...
  • I am not entirely sure, but it is mentioned that you are using a special Koin fork, but I think that is no longer true.
  • Freeze and special Flow are removed from KotlinExtensions.

Please update the docs so they reflect the code in its current stat

atrium
robstoll
robstoll commented Jan 2, 2021

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

Code related feature

expect(path).toBeAnEmptyDirectory()

//instead of

expect(path)
  .toBeADirectory()
  .feature("findFirstFile", { Files.list(this).use { it.findFirst() } }) {
    isEmpty()
  }

Following the things you need to do:

logic

  • extend PathAssertions with a function `toBeEmptyDi
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