Marcin Aman

Results 14 comments of Marcin Aman

It doesn't work if i do it like: ``` .sample > *:not([data-active]) .executable-fragment-wrapper { display: none; } ``` But it does work when i do the same thing that is...

What kind of project is this? Is it open source/can we get a reproducable sample? To be fair we had this issue before but after that PR https://github.com/Kotlin/dokka/pull/1715 we don't...

Can you at least ensure that you are really using artefacts in specified version? It is quite a common mistake to have cached / commited artefacts in wrong version

Right now this use case is not supported in new dokka. I'll convert this issue to enhancement to keep track of it

Hi, i've got some questions: - could you try "stock" task, without configuration and see how it goes - does the same problem occur when running html format in collector...

SourceRoots are a way of telling dokka where is the source code located in the module. So for example if you have a kotlin based project the sourceRoot setting should...

Tbh i have no idea why this is happening but i assume that dokka doesn't get correct souresets and/or sourceroots from kotlin plugin. As this is an internal project imho...

Hi, I am no longer a involved in dokka project but @IgnatBeresnev can help 👍

No, this is something new. On what kind of project did it fail? Is it some JVM-only/MPP/Android based project? Is it possible for you to send it to us? Or...

is it possible for you to setup a dummy project in the same manner that you have this one? This will allow us to reproduce the issue