We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617a992 commit a022cfaCopy full SHA for a022cfa
gradle-plugin/plugin/src/main/java/com/yelp/codegen/KotlinGenerator.kt
@@ -61,6 +61,8 @@ open class KotlinGenerator : SharedCodegen() {
61
outputFolder = "generated-code${File.separator}android-kotlin-client"
62
modelTemplateFiles["model.mustache"] = ".kt"
63
apiTemplateFiles["retrofit2/api.mustache"] = ".kt"
64
+
65
+ supportsInheritance = true
66
}
67
68
/*
0 commit comments