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
Android Codegenerator generates import statement for APIs without models. This results in the compiler not to be able to resolve the term "Model" in
import io.swagger.client.model.*;
Swagger-codegen version
Swagger version: 2.2.1, tagged zip downloaded and installed by maven on windows
Description
Android Codegenerator generates import statement for APIs without models. This results in the compiler not to be able to resolve the term "Model" in
import io.swagger.client.model.*;
Swagger-codegen version
Swagger version: 2.2.1, tagged zip downloaded and installed by maven on windows
Swagger declaration file content or url
Any file that doesnt produce any models
Command line used for generation
java -jar ../swagger-codegen-2.2.1/modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i >URL to declaration file< -l android
Steps to reproduce
Generate the code - done
Related issues
nothing found. sorry
Suggest a Fix
the import statement should be omittet if there are no models
The text was updated successfully, but these errors were encountered: