Skip to content

Commit 9de4d0b

Browse files
committed
Update Kotlin samples project in pom.xml
1 parent ab87d13 commit 9de4d0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,11 @@
12501250
<module>samples/client/petstore/javascript-promise</module>
12511251
<module>samples/client/petstore/javascript-promise-es6</module>
12521252
<module>samples/client/petstore/javascript-flowtyped</module>
1253+
<module>samples/client/petstore/kotlin</module>
1254+
<module>samples/client/petstore/kotlin-jvm-retrofit2-coroutines</module>
1255+
<module>samples/client/petstore/kotlin-jvm-retrofit2-rx</module>
1256+
<module>samples/client/petstore/kotlin-jvm-retrofit2-rx2</module>
1257+
<module>samples/client/petstore/kotlin-multiplatform</module>
12531258
<module>samples/client/petstore/python</module>
12541259
<module>samples/client/petstore/python-experimental</module>
12551260
<module>samples/client/petstore/python-asyncio</module>
@@ -1460,6 +1465,7 @@
14601465
<module>samples/client/petstore/kotlin-nonpublic/</module>
14611466
<module>samples/client/petstore/kotlin-nullable/</module>
14621467
<module>samples/client/petstore/kotlin-okhttp3/</module>
1468+
<module>samples/client/petstore/kotlin-retrofit2/</module>
14631469
<module>samples/client/petstore/kotlin-threetenbp/</module>
14641470
<module>samples/client/petstore/kotlin-string/</module>
14651471
<module>samples/client/petstore/kotlin-moshi-codegen/</module>

0 commit comments

Comments
 (0)