toggle menu
redwood
0.15.0
jvm
switch theme
search in API
redwood-gradle-plugin
/
app.cash.redwood.gradle
/
RedwoodGeneratorPlugin
Redwood
Generator
Plugin
abstract
class
RedwoodGeneratorPlugin
(
strategy
:
RedwoodGeneratorPlugin.Strategy
)
:
Plugin
<
Project
>
Inheritors
RedwoodComposeGeneratorPlugin
RedwoodComposeProtocolGeneratorPlugin
RedwoodModifiersGeneratorPlugin
RedwoodProtocolGuestGeneratorPlugin
RedwoodProtocolHostGeneratorPlugin
RedwoodTestingGeneratorPlugin
RedwoodWidgetGeneratorPlugin
RedwoodWidgetProtocolGeneratorPlugin
Members
Constructors
Redwood
Generator
Plugin
Link copied to clipboard
constructor
(
strategy
:
RedwoodGeneratorPlugin.Strategy
)
Types
Strategy
Link copied to clipboard
enum
Strategy
:
Enum
<
RedwoodGeneratorPlugin.Strategy
>
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
project
:
Project
)