Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename corellium modules
Browse files Browse the repository at this point in the history
pawelpasterz committed Apr 14, 2021
1 parent 475a124 commit 2a06f28
Showing 172 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ JDK 8+ is required (tested on java 8 & 15). [KTOR](https://ktor.io/) is used as
To build just run (from the root of the project)

```
./gradlew build -p corellium/corellium-client
./gradlew build -p corellium/client
```

## API
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ There are two options:

## Corellium client

For details please check [client documentation](../corellium-client/README.md)
For details please check [client documentation](../client/README.md)

## Optional Config File

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ tasks.withType<KotlinCompile> { kotlinOptions.jvmTarget = "1.8" }

dependencies {
implementation(Dependencies.KOTLIN_COROUTINES_CORE)
implementation(project(":corellium:corellium-client"))
implementation(project(":corellium:client"))
}

val runExampleScript by tasks.registering(JavaExec::class) {
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ include(
"test_projects:android",
":common",
":corellium",
":corellium:corellium-sandbox",
":corellium:corellium-client"
":corellium:sandbox",
":corellium:client"
)

plugins {

0 comments on commit 2a06f28

Please sign in to comment.