Reusing Glimmer components across Ember & Glimmer apps

We have a huge Ember app(v3.20) with lots of Ember Classic Components(CC). We progressively convert Ember CC to Glimmer components(GC) and the transition is smooth.

We have another Glimmer stand alone App which is a lighter App which is in 0.8.0 version.

Now we are trying to reuse the Glimmer Components which are used within Ember App to be re-used in Glimmer App.

We couldn’t upgrade the Glimmer App from version 0.8.0 to 1.0.1 version which is by default included in Ember 3.20 package.json. Can someone share a blueprint to Generate a Glimmer App which supports 1.0.1 version so that we can re-use the Glimmer components.