How to resolve dependency com.github.ajalt:clikt:2.8.0?
See original GitHub issueCouldn’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:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Are you on Ubuntu 18.04 or older?
For
-S
to work you need a newercoreutils
which requires using a backports repository. There’s details in here: https://github.com/JakeWharton/pidcat/issues/161You’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