Development using Common Libraries

Heya,

I was wondering whether anyone has had any good ideas on how to use common code libraries between different Corona projects. At the moment I create hard links to files I need and structure the library so that its imports assume its placed in its own subfolder.

That’s worked until I decided that I’d like to have a library reference another library.

At the moment the only way I can see that working is either to exponentially increase the number of hard links I have or to see if there’s someway of setting the search path Lua uses to load files in the code.

Anyone else had any solutions? [import]uid: 11757 topic_id: 24111 reply_id: 324111[/import]