Skip to content

Instantly share code, notes, and snippets.

View oscarsxrrano's full-sized avatar
🎯
Focusing

Oscar Serrano oscarsxrrano

🎯
Focusing
  • Institut Tecnologic Barcelona
View GitHub Profile
@picuu
picuu / intellij-config-for-dokka-junit.md
Last active January 22, 2024 21:28
IntelliJ Config for Dokka and JUnit

IntelliJ Config for Dokka and JUnit

Dokka for KDoc documentation

Add id("org.jetbrains.dokka") version "1.9.10" to the plugins section, in build.gradle.kts. If it doesn't work, try changing the version with your jvm version.

plugins {
 kotlin("jvm") version "1.9.21"