Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.44k stars 408 forks source link

Show index file link at end of gradle task #1721

Open KotlinIsland opened 3 years ago

KotlinIsland commented 3 years ago

So that opening the output is easier.

MarcinAman commented 3 years ago

Hi, thanks for the suggestion but i think it is not that simple since dokka requires an http server to serve documentation.

I have mixed feelings about adding an http server like ktor to the plugin since someone may not be interested in that. As for now i suppose that the best solution would be for you to add a simple doLast block in gradle in which you would print the link and start the http server of choice.

IgnatBeresnev commented 1 year ago

Similar request: #2680