it pushes the artifact, but no idea why intellij isn’t loving it
c
Czar
02/18/2019, 7:16 PM
Does jar archive actually contain all the necessary sources?
And what does IJ say when you try to attach/download them?
Do JavaDocs work with this config?
Czar
02/18/2019, 7:33 PM
I suspect, you're missing Kotlin sources, because they are not in the
project.sourceSets
, but instead in
kotlin.sourceSets
. I don't have ability to test this and don't remember for sure though.
Maybe I'm wrong and
project.sourceSets
does include
kotlin.sourcSets
. Should be easy enough for you to check, otherwise unfortunately I have no further input at the moment 😐