Hi, I’m trying to create a unit test using Amper 0.7.0 standalone. The class I’m testing is marked as internal, and Amper throws an error during the build process for accessing this internal class—even though it’s in the same module. Interestingly, the IDE doesn’t show any error; it only fails when building with Amper and I believe it was working fine with Gradle.