code polish

This commit is contained in:
Robinson 2023-08-21 02:59:54 +02:00
parent 7e2abb9e5b
commit 0fe9e85cb3
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -86,10 +86,7 @@ tasks.jar.get().apply {
} }
dependencies { dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") api(kotlin("reflect"))
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation("org.jetbrains.kotlin:kotlin-stdlib-common")
implementation("org.jetbrains.kotlin:kotlin-reflect")
val moshiVer = "1.15.0" val moshiVer = "1.15.0"
val okHttpVer = "4.11.0" val okHttpVer = "4.11.0"