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>
		
			
				
	
	
		
			8 lines
		
	
	
		
			362 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			362 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
generatorName: kotlin
 | 
						|
outputDir: samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4
 | 
						|
inputSpec: modules/openapi-generator/src/test/resources/3_0/issue_7199_array_simple_string.yaml
 | 
						|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
 | 
						|
additionalProperties:
 | 
						|
  artifactId: kotlin-array-simple-string-jvm-okhttp4
 | 
						|
  library: jvm-okhttp4
 |