hmm do you publish source jars? idea usually downl...
# atrium
c
hmm do you publish source jars? idea usually downloads them but did not
r
Which repository do you use? Jcenter or bintray?
in either cases, sources and javadoc are there: - http://jcenter.bintray.com/ch/tutteli/atrium-api-cc-en_UK/0.6.0/ - http://dl.bintray.com/robstoll/tutteli-jars/ch/tutteli/atrium-api-cc-en_UK/0.6.0/ Maybe a bug of intellij, what version are you using?
I can reproduce the problem. Even though the sources are downloaded (you can verify it under Project Structure (usually CTRL+ALT+SHIFT+S) -> Libraries. In my case the sources are shown but IntelliJ still does not attach them. I'll keep you updated if I have a workaround
The problems seems to be this issue 😞 https://youtrack.jetbrains.com/issue/KT-10534
It seems I already voted for it 😄
nah... that is not the problem. Seems like it is a problem because toBe is overloaded. Could you please try
assert(1).isLessOrEquals(2)
and tell me if you can see KDoc and source code?
or
assert(1).isSame(2)
-- works for me and it is in the same file as
toBe
a bit unfortunate that it does not work for
toBe
considering that this is most probably the most widely used function of Atrium 😞
c
voted for the issue
👍 1