generateAsInternal

abstract val generateAsInternal: Property<Boolean>

Whether to generate Kotlin models with internal visibility modifier.

To specify which classes to generate as internal, compilerKotlinHooks with AddInternalCompilerHooks can be used instead.

Default value: false