Skip to content

Instantly share code, notes, and snippets.

View MartiVilas's full-sized avatar
🧿
Studying

Martí Vilàs MartiVilas

🧿
Studying
  • Barcelona
  • 20:46 (UTC +02:00)
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"
@picuu
picuu / markdown-tips.md
Last active February 1, 2024 12:49
Markdown Tips for GitHub