Will there be any conflicts if I use a vuetify library with recent version with the project having lower vuetify version?

We are planning to build a design system based on Vuetify, Our concern is will there be any conflicts between versions as both library and projects will be having vuetify. v-app will be used on library as well as project and it is not recommended.

Also in case of library vuetify version and project vuetify version is same then css of both vuetify from library and project will be added to project.

How to overcome this issue?