Is it possible for separate sketches to make use of the same classes without having to copy those classes into each sketch? I am co-developing separate sketches and the shared classes they use at the same time so it would be inconvenient to have to make it into a jar file library and import it. But keeping multiple copies around means I have to update each one every time I update the classes. Does anyone have any advice on how to best stay organized?
1