Using local sourcecode

Hi folks,

Following this guide I have some source-code which is sitting in some folder /path/…/example/MyNiceUtils.jl and loaded it with

push!(LOAD_PATH,"/path/.../example/")
using MyNiceUtils

So somehow this not working anymore since 1.7.1. What is the best way to include some source-code which is not a real package but just some bunches of source-code?

Thanks!

Can you give some more information? What version were you using previously, and what exact problem are you seeing now?