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

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