Skip to content

Commit

Permalink
[kotlin] readd jvm tag
Browse files Browse the repository at this point in the history
  • Loading branch information
4brunu committed Oct 4, 2019
1 parent def1800 commit 5b9dc22
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public void processOpts() {
supportingFiles.add(new SupportingFile("infrastructure/RequestMethod.kt.mustache", infrastructureFolder, "RequestMethod.kt"));

if (isJVMLibrary()) {
additionalProperties.put(JVM, true);

if (JVM_OKHTTP4.equals(getLibrary())) {
additionalProperties.put(JVM_OKHTTP4, true);
} else if (JVM_OKHTTP3.equals(getLibrary())) {
Expand Down

0 comments on commit 5b9dc22

Please sign in to comment.