aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-multimodule-0/moduleA/moduleD/build.gradle.kts
blob: 1598ecef47e03c44501adcf55d897e93c7680d47 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

import org.jetbrains.dokka.gradle.DokkaTask

plugins {
    kotlin("jvm")
    id("org.jetbrains.dokka")
}