Skip to content

Commit

Permalink
fixes main method running from android studio (#5693)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi authored Feb 8, 2021
1 parent 18779c2 commit c1a1e35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ dependencies {
compileOnly 'org.jsoup:jsoup:1.10.2'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'

implementation project(":core")
}
3 changes: 3 additions & 0 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ repositories {
mavenCentral()
}

dependencies {
implementation project(":core")
}
apply from: "$rootDir/common-dependencies.gradle"

preBuild.dependsOn(lintKotlin)
Expand Down

0 comments on commit c1a1e35

Please sign in to comment.