Kotlin source is not being published in the sources.jar
See original GitHub issueKotlin source is not being published in the sources.jar
and hence it becomes hard to check the documentation inside of the IDE while using kotlin due to missing kotlindoc or source.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Gradle plugin sources are not published to Plugin Portal when ...
Sources and javadoc jars are published only if maven-publish plugin is not applied, so you have to choose between the ability to publish...
Read more >Source jars of Android-only libraries published with the Kotlin ...
When publishing a library targeting only Android using the Kotlin Multiplatform Gradle plugin, the sources jars uploaded to the repository don't contain the ......
Read more >How to attach the Kotlin library sources?
It's easy: you need to put the path to root folder which contains sources. If this folder is under jar, there's no problem:...
Read more >gradle - How can I publish a javadoc.jar file with my Kotlin ...
Unfortunately, the IntelliJ IDEA project wizard and the Kotlin multiplatform docs do not help me do that. When running the Gradle task ...
Read more >Android library plugin should provide a way to build sources ...
P1, Android Studio does not read AGP 7.1 source & javadoc jars ... androidx-master-dev/buildSrc/src/main/kotlin/androidx/build/SourceJarTaskHelper.kt#36 ”.
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 FreeTop 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
Top GitHub Comments
@BillyYccc @vietj sorry for the delay, but yes it does work. Thanks!
now the kotlin source code should be in the kotlin code base https://github.com/vert-x3/vertx-lang-kotlin/blob/3.8/vertx-lang-kotlin/pom.xml#L299