You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several tools were created for the Corellium MVP purpose. In fact, those tools are meeting exactly the Corellium business logic requirements but they are not aware of the Corellium context and are designed for performing specialized operations in different small sub-domains (problems).
Motivation
Improvement of the project structure organization.
Design
The following modules (along with sub-modules):
:corellium:apk
:corellium:instrument
:corellium:junit
:corellium:shard
Should be moved into tool directory in the project root. After that module should look as follows:
:tool:apk
:tool:instrument
:tool:junit
:tool:shard
Dependencies in related build.gradle files should be updated according to the preceding changes.
The text was updated successfully, but these errors were encountered:
Context
Several tools were created for the Corellium MVP purpose. In fact, those tools are meeting exactly the Corellium business logic requirements but they are not aware of the Corellium context and are designed for performing specialized operations in different small sub-domains (problems).
Motivation
Improvement of the project structure organization.
Design
:corellium:apk
:corellium:instrument
:corellium:junit
:corellium:shard
tool
directory in the project root. After that module should look as follows::tool:apk
:tool:instrument
:tool:junit
:tool:shard
build.gradle
files should be updated according to the preceding changes.The text was updated successfully, but these errors were encountered: