Skip to content

Commit

Permalink
Add Kotlin capability
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Nov 3, 2022
1 parent cc266ca commit 422a492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public interface Capability {

String JACKSON = QUARKUS_PREFIX + "jackson";

String KOTLIN = QUARKUS_PREFIX + "kotlin";

String JSONB = QUARKUS_PREFIX + "jsonb";

String HAL = QUARKUS_PREFIX + "hal";
Expand Down
3 changes: 3 additions & 0 deletions extensions/kotlin/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
-->
<lesserPriorityArtifact>org.jetbrains.kotlin:kotlin-compiler</lesserPriorityArtifact>
</lesserPriorityArtifacts>
<capabilities>
<provides>io.quarkus.kotlin</provides>
</capabilities>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 422a492

Please sign in to comment.