Colton Idle
09/29/2020, 5:52 PMcomposeOptions {
kotlinCompilerVersion '1.4.10'
kotlinCompilerExtensionVersion '1.0.0-alpha03'
}
but now I updated to
composeOptions {
kotlinCompilerVersion '1.4.20-M1'
kotlinCompilerExtensionVersion '1.0.0-alpha03'
}
and the app won't even compile.
stack trace attached.
Is this a known issue by chance?Adam Powell
09/29/2020, 6:30 PMColton Idle
09/29/2020, 7:02 PM