question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to download version 1.2.2 of the coroutines-extensions package

See original GitHub issue

This works: com.squareup.sqldelight:coroutines-extensions:1.2.1

The package that shows up under the external libraries section of the project view is titled com.squareup.sqldelight:coroutines-extensions-jvm:1.2.1, but everything syncs and compiles normally.

If I try to bump it up to 1.2.2 the package above disappears and the IDE is unable to resolve anything from FlowExtensions.kt

Are these versioned separately now?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:14

github_iconTop GitHub Comments

1reaction
AlecStrongcommented, May 27, 2020

looking at the artifacts i think we started publishing it as a multiplatform module with 1.2.2 and so you have to depend on com.squareup.sqldelight:coroutines-extensions-jvm explicitly unless you apply the kotlin multiplatform module. Will need to update the docs to reflect this

0reactions
luis-cortescommented, May 27, 2020

@cdsap’s solution was the only one that worked for me. I was able to update to 1.3.0. I also dropped the dependency on com.squareup.sqldelight:coroutines-extensions entirely.

It still feels like something is off. @AlecStrong is the documentation outdated or is something else going on?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to resolve dependency for ':app@debug ...
In my case It was occurring because compileSdkVersion and targetSdkVersion was set to 29 while when I check my SDK Manager, It was...
Read more >
Android KTX | Android Developers
Android KTX is a set of Kotlin extensions that are included with Android ... Here's a list of the packages that are contained...
Read more >
Change log for kotlinx.coroutines
Change log for kotlinx.coroutines. Version 1.3.1. This is a minor update with various fixes: Flow: Fix recursion in combineTransform<T1, T2, R> (#1466).
Read more >
Unable to start a fresh new plugin
I downloaded IntelliJ IDEA Community Edition source code with ... jerome/.m2/repository/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar ...
Read more >
MSYS2 Packages
Package Version Description mingw‑w64‑x86_64‑3proxy 0.9.4‑1 3proxy ‑ tiny free proxy server (mingw‑w64) mingw‑w64‑x86_64‑4th 3.62.5‑1 A Forth Compiler (mingw‑w64) mingw‑w64‑x86_64‑SDL_gfx 2.0.26‑1 SDL Graphic Primitives (mingw‑w64)
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found