# Hide project package

**URL:** https://forum.kirupa.com/t/hide-project-package/332223
**Category:** flash
**Created:** [March 11, 2014, 5:31pm UTC](https://forum.kirupa.com/t/hide-project-package/332223 "2014-03-11T17:31:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![GiGaGiG](https://avatars.discourse-cdn.com/v4/letter/g/a88e57/32.png) [@GiGaGiG](https://forum.kirupa.com/u/GiGaGiG)
#### Post date: [March 11, 2014, 5:31pm UTC](https://forum.kirupa.com/t/hide-project-package/332223/1 "2014-03-11T17:31:30Z")

</div>

Hi, guys!  
I have been asked to create 2 parallel projects, A and B, sharing the same class structure in package xxx.com.xxx.gameslib.  
I’d like to exclude the duplication of the class structure, I should maintain both of them with the same updates and would be a waste of time.

Now the problem is that I need to “hide” this package in one of the two projects, B: if the A projects triggers an error I will see in the debug window “xxx.com.xxx.gameslib”, and if someone will decompile project A will see the same package structure.  
Now project A is not a problem… I want to know if there is a way, at compile time or whatever, to “hide” the package “xxx.com.xxx.gameslib” for project B, as if the package was i.e. “wtf” or “xxx.net.dog”.

Is it possible or totally impossible?  
Thanks
