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.

Source code for kotlinx-html-jvm is missing in jCenter repo

See original GitHub issue

The package kotlinx-html-jvm-0.6.1-sources.jar exists, but it contains only the jvm-specific sources like dom.kt and utilsImpl.ks.

I guess, the main part should be in kotlinx-html-common, but this package is marked as optional in 2d518626e0b69a2c54edafc6a3bddfe4913a0885 and is actually missing in jCenter.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cy6erGn0mcommented, Nov 16, 2017

Fixed in 0.6.7

1reaction
kosiakkcommented, Apr 6, 2017

Thank you, kotlinx-html-common-0.6.2-sources.jar is available now (while kotlinx-html-jvm-0.6.2-sources.jar is still mostly empty, 2.5 kb and contains 4 files).

The problem sill persists though: since the .class files belong to different library than .kt files in -sources.jar, Idea does not resolve them automatically.

Now I can manually specify that sources for kotlinx-html-jvm library can be found in another jar and then navigation works well. Unfortunately, any re-import of Gradle project overwrites/resets those settings.

I would say, since the binary output of common is copied to both jvm and js jars, the same should happen with the sources.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jcenter repository disappeared - gradle - Stack Overflow
Currently, jcenter is down and no library located there is available right now. I checked out your library (org.litepal.android) and it ...
Read more >
Suggest to download missing dependencies for annotations in ...
If I make a project in IntelliJ and add a kotlin script which uses maven libraries, IntelliJ does not recognize the Repository and...
Read more >
Upgrade Android Project from JCenter to Maven Central
Follow these steps to add Maven Central to your project to continue getting Android SDK updates.
Read more >
Changelog and Migration Guide - Detekt
We fixed a bug related to function with KDocs and how their location in the source code was calculated (see #4961 and #4887)....
Read more >
Android Studio Gradle: Please Remove Usages Of Jcenter ...
Maven Central is a popular repository hosting open source libraries for consumption by Java projects.To declare the Maven Central repository for your build ......
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