[WIP] Add multiplatform support for kotest variant#218
Draft
Conversation
Agent-Logs-Url: https://github.com/jGleitz/testfiles/sessions/3e22e0fc-443c-4534-9936-76424cfd7d49 Co-authored-by: jGleitz <4305652+jGleitz@users.noreply.github.com>
Copilot stopped work on behalf of
jGleitz due to an error
March 29, 2026 15:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
basemodule multiplatform (JVM + JS/Node.js)okioas the cross-platform path/filesystem libraryDeletionMode.kt,TestFiles.kttocommonMain(changejava.nio.file.Pathtookio.Path)DefaultTestFiles.ktas common code using okio, withexpect/actualfor synchronized access and OS-specific filename charsjsMainimplementations:JsNodeFileSystem,absolutize,invalidFileNameCharacters,platformFileSystem,synchronizedAccessjvmMainimplementations:absolutize,platformFileSystem,synchronizedAccessbase/build.gradle.ktsfor multiplatformjvmTest, update forokio.Path(addOkioPathAssertions.kt, fix imports)kotestmodule multiplatform (JVM + JS/Node.js)KotestTestFilesAdapter.kt,testFiles.kttocommonMainexpect/actualfortestScopeName()(usesqualifiedNameon JVM,simpleNameon JS)jsTest/KotestTestFilesIntegrationSpec.kt)kotest/build.gradle.ktsfor multiplatformbuild.gradle.ktsfor multiplatform publishing supportretains existing scope directories when entering a scope- scope directory clearing logicescapes '\' in a scope name if necessary- backslash path splitting on Linux✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.