Skip to content

Pin coroutines 1.9.0 and skip the sample app when publishing - #11

Merged
wf9a5m75 merged 1 commit into
mainfrom
fix/coroutines-and-sample-app
Aug 16, 2026
Merged

Pin coroutines 1.9.0 and skip the sample app when publishing#11
wf9a5m75 merged 1 commit into
mainfrom
fix/coroutines-and-sample-app

Conversation

@wf9a5m75

Copy link
Copy Markdown
Contributor

HereMapView.kt uses the three-argument CancellableContinuation.resume,
which is the kotlinx-coroutines 1.9 signature. The catalog declared no
coroutines version, so a standalone build resolved an older one and failed to
compile.

The publish task also evaluated :sample-app, which needs a
local.defaults.properties that does not exist on a CI runner. Pass
-PskipSampleApp=true as the other providers do.

`HereMapView.kt` uses the three-argument `CancellableContinuation.resume`,
which is the kotlinx-coroutines 1.9 signature. The catalog declared no
coroutines version, so a standalone build resolved an older one and failed to
compile.

The publish task also evaluated `:sample-app`, which needs a
`local.defaults.properties` that does not exist on a CI runner. Pass
`-PskipSampleApp=true` as the other providers do.
@wf9a5m75
wf9a5m75 merged commit 1aa3fde into main Aug 16, 2026
@wf9a5m75
wf9a5m75 deleted the fix/coroutines-and-sample-app branch August 16, 2026 15:32
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.

1 participant