update some dependencies etc
This commit is contained in:
9
buildSrc/src/main/kotlin/Dependencies.kt
Normal file
9
buildSrc/src/main/kotlin/Dependencies.kt
Normal file
@ -0,0 +1,9 @@
|
||||
object Dependencies {
|
||||
object kotlin {
|
||||
const val version = "1.4.32"
|
||||
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version"
|
||||
}
|
||||
|
||||
const val jsoup = "org.jsoup:jsoup:1.13.1"
|
||||
const val okhttp = "com.squareup.okhttp3:okhttp:4.9.1"
|
||||
}
|
Reference in New Issue
Block a user