Skip to content

Commit

Permalink
Add the Kotlin module artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanisidrowu committed Jan 21, 2021
1 parent 42b3754 commit de7699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ allprojects {
}

subprojects { project ->
if (project.name == 'annotation' || project.name == 'processor') {
if (project.name == 'annotation' || project.name == 'processor' || project.name == 'kotlin') {
apply plugin: 'java'
apply plugin: 'maven'

Expand Down

0 comments on commit de7699d

Please sign in to comment.