forked from loafle/openapi-generator-original
* Bugfix Kotlin-client: Can now handle path param of type list for jvm-volley and multiplatform. Also cleaning up generated code * Adding samples to github workflow. Deleting old workflow * Tweaking setup of jvm-volley * Updating samples Co-authored-by: William Cheng <wing328hk@gmail.com>
6 lines
283 B
XML
6 lines
283 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.openapitools.client">
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<application />
|
|
</manifest>
|