elye
08/17/2021, 11:30 AMshikasd
08/17/2021, 11:36 AMcurioustechizen
08/17/2021, 11:38 AMsubprojects{}
incantation) that one can use such that all modules that use compose get the correct configurationelye
08/17/2021, 11:42 AMkotlinOptions {
jvmTarget = '1.8'
useIR = true
}
buildFeatures {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion compose_version
kotlinCompilerVersion '1.5.10'
}
all works! Thanks!!Albert Chang
08/17/2021, 11:46 AMcurioustechizen
08/17/2021, 12:24 PM