Does compose `1.2.0-*` needs `Android32` as target...
# compose
t
Does compose
1.2.0-*
needs
Android32
as targetSdk? Happening when am using latest accompanist version 🤔
i
It needs it as your
compileSdkVersion
. That's completely separate from
targetSdkVersion
and always has been
🆗 1