Howdy.
I wonder if there is a way to share files between several extensions in Al.
Namely, imagine I have one App for 2 versions, BC130 and BC150, and the vast majority of its code is the same.
Is there any way that I can modify it in only one place and share it between both without having to copy it from one App to another?
Thank you so much in advance
0
Answers
If the similar files package a seperate aspect of your functionality, you might want to consider making it it's own extension on which both your "Main Extension Versions" depend on.
Extension 1: "MyCore App every version uses"
Extension 2: "Version1" depends on Extension 1
Extneison 2: "Version2" depends on Extension 1
/wisa
Thank you ever so much