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.

How to resolve dependency com.github.ajalt:clikt:2.8.0?

See original GitHub issue

Couldn’t run the script by executing adb -s emulator-5554 shell getevent | kotlinc -script -- adb-event-mirror.main.kts 0498ad080405

Result:

error: unresolved reference: clikkotlinct (adb-event-mirror.main.kts:8:25) error: unresolved reference: multiple (adb-event-mirror.main.kts:27:4) error: unresolved reference: it (adb-event-mirror.main.kts:28:19) adb-event-mirror.main.kts:8:25: error: unresolved reference: clikkotlinct import com.github.ajalt.clikkotlinct.parameters.arguments.multiple ^ adb-event-mirror.main.kts:27:4: error: unresolved reference: multiple .multiple(true) ^ adb-event-mirror.main.kts:28:19: error: unresolved reference: it .transformAll { it.toSet() }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JakeWhartoncommented, Jul 30, 2020

Are you on Ubuntu 18.04 or older?

For -S to work you need a newer coreutils which requires using a backports repository. There’s details in here: https://github.com/JakeWharton/pidcat/issues/161

1reaction
JakeWhartoncommented, Jul 28, 2020

You’ll have to file a bug on JetBrains’ YouTrack for Kotlin then. I have no control over this stage of the execution. The compiler is supposed to download and resolve the dependency before it ever reaches my code. Feel free to link the bug here so I can watch it and answer any questions from JetBrains as needed.

http://kotl.in/issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] unable to resolve dependency tree · Issue #2000 · npm/cli
If npm sees a conflict, it should explain where the conflict is. Steps To Reproduce: git clone https://github.com/edwinm/carbonium.git cd ...
Read more >
"Unable to resolve dependency tree" error during NPM install ...
I am using the Angular: Getting Started Pluralsight lesson and I am attempting to run npm install on the APM-Start folder found in...
Read more >
Unable to resolve dependency tree with React 17.0.1 #298
Describe the bug. Can't npm install react-digraph in a React 17.0.1-based app without using --force . To Reproduce
Read more >
[BUG] npm ci can't resolve dependencies without --force, or ...
Is there an existing issue for this? I have searched the existing issues This issue exists in the latest npm version I am...
Read more >
Unable to resolve dependency · Issue #206 · chocolatey/choco
I installed the 'missing' dep manually: cinst vcredist2013. It worked fine. Then tried reinstalling the package and it did work fine.
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