Update build.gradle
This commit is contained in:
parent
b11c048d56
commit
e0b4362ccf
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ ext {
|
|||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
|
||||
implementation "org.jsoup:jsoup:1.15.0"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json"
|
||||
implementation "org.jsoup:jsoup"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue