| Modifier and Type | Class and Description |
|---|---|
static class |
Marker.KotlinDontOptimizeMarker
This KotlinMetadataVisitor marks classes and members with DONT_OPTIMIZE if it is known
that optimizing them would break Kotlin functionality.
|
| Constructor and Description |
|---|
Marker(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AppView appView)
Marks classes and class members in the given class pools with
appropriate access flags, corresponding to the class specifications
in the configuration.
|
public Marker(Configuration configuration)