Is it possible to link julia to mkl without recompiling from source?

Is it possible to use mkl instead of blas without having to recompile julia from source? For instance, through some configuration file where we can point where the mkl lib is on the system and then julia can recognise and utilise that?

I’ve found this but I’m not sure about the following:
1.) Where is mkl gonna be downloaded and installed?
2.) I have julia installed in a conda-env. Does that make a difference?
3.) If I install conda mkl in the same conda-env that I have julia installed would that it be possible to trigger the build ] build MKL without having to download and install ]add https://github.com/JuliaComputing/MKL.jl first?