Skip to content

Commit

Permalink
remove unused kapt plugin directive
Browse files Browse the repository at this point in the history
These modules don't seem to use kapt in the gradle.

More importantly, having those lines prevented dokka from completing
due to gradle complaining about task dependencies when trying to
publish the change to local maven
  • Loading branch information
davissuber authored and muandrew committed Nov 3, 2023
1 parent ab27a1d commit 6a7863d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ast/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id 'org.jetbrains.dokka'
id 'kotlin-kapt'
id 'com.vanniktech.maven.publish'
}

Expand Down
1 change: 0 additions & 1 deletion compiler/ast/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id 'org.jetbrains.dokka'
id 'kotlin-kapt'
id 'com.vanniktech.maven.publish'
}

Expand Down
1 change: 0 additions & 1 deletion models/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id 'org.jetbrains.dokka'
id 'kotlin-kapt'
id 'com.vanniktech.maven.publish'
}

Expand Down

0 comments on commit 6a7863d

Please sign in to comment.