when I use KSP in a multi-module multiplatform pro...
# multiplatform
w
when I use KSP in a multi-module multiplatform project, each module that is dependent on the KSP module has to have a
jvm { }
block, right? But with that, it seems that every expect/actual I have in these dependent modules now has to have jvm actuals for each expect as well. Is that true or is my gradle setup bad?