Skip to content

Coroutines KMP API#2836

Open
Luna712 wants to merge 8 commits into
recloudstream:masterfrom
Luna712:coroutines-api
Open

Coroutines KMP API#2836
Luna712 wants to merge 8 commits into
recloudstream:masterfrom
Luna712:coroutines-api

Conversation

@Luna712

@Luna712 Luna712 commented May 24, 2026

Copy link
Copy Markdown
Contributor

No description provided.

.lines()
.mapNotNull { line ->
val trimmed = line.trim()
if (trimmed.startsWith("at ")) trimmed.removePrefix("at ") else null

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shows the full package names as opposed to just the file names. It does not look good in the provider test to have full package names, can it be solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants