aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-10 07:47:46 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-13 14:23:08 +0200
commitaa6db6e2b51260b760551383c58358309f155686 (patch)
tree8be7f6e32ddd3b2bd57a25d94f33b22a18195e67 /integration-tests/gradle
parent71497c5561afd62c1a4296bd0d0beb689dfd8e51 (diff)
downloaddokka-aa6db6e2b51260b760551383c58358309f155686.tar.gz
dokka-aa6db6e2b51260b760551383c58358309f155686.tar.bz2
dokka-aa6db6e2b51260b760551383c58358309f155686.zip
Remove Project.dokka extension function
Diffstat (limited to 'integration-tests/gradle')
-rw-r--r--integration-tests/gradle/projects/it-basic/build.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration-tests/gradle/projects/it-basic/build.gradle.kts b/integration-tests/gradle/projects/it-basic/build.gradle.kts
index c98d7601..c6fd29b7 100644
--- a/integration-tests/gradle/projects/it-basic/build.gradle.kts
+++ b/integration-tests/gradle/projects/it-basic/build.gradle.kts
@@ -8,5 +8,3 @@ apply(from = "../template.root.gradle.kts")
dependencies {
implementation(kotlin("stdlib"))
}
-
-