is there a way to know which kotlin compiler shoul...
# compose-android
j
is there a way to know which kotlin compiler should I use with a particular compose version? i can see compiler -> kotlin version mapping but not a compose version -> compiler mapping
i
They're decoupled from one another, so you can upgrade your compiler without updating Compose or vice versa
thank you color 1