Should mobile automation testing start in the same project as web

We have a bunch of selenium tests. But now out application has mobile web version as well and we are going cover it by autotests using appium. Can you suggest where to start writing code neither in the same project with selenium tests or create new project for mobile web automation.

Move the common stuff into a separate shared package and keep the selenium-based package and the appium one separated