Skip to content

Commit c1d0e7c

Browse files
authored
Support nonPublicApi on jvm-retrofit2 (#18769)
1 parent 74a9509 commit c1d0e7c

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-retrofit2

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-retrofit2/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import okhttp3.MultipartBody
6969

7070
{{/isMultipart}}
7171
{{/x-kotlin-multipart-import}}
72-
interface {{classname}} {
72+
{{#nonPublicApi}}internal {{/nonPublicApi}}interface {{classname}} {
7373
{{#operation}}
7474
{{#allParams}}
7575
{{#isEnum}}

0 commit comments

Comments
 (0)