You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating Kotlin classes into a specific directory in my project, the package declaration should be present in all generated clients and models with the correct package.
Proposal
New parameter package to specify the package in which the files are located.
Use case
When generating Kotlin classes into a specific directory in my project, the
package
declaration should be present in all generated clients and models with the correct package.Proposal
New parameter
package
to specify the package in which the files are located.Swagger parser config:
All generated files contain package declaration in the beginning of the file, for example:
package com.test.app.rest.pet
package com.test.app.rest.models
The text was updated successfully, but these errors were encountered: