/* * Copyright © 2022-2023 Harsh Shandilya. * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ plugins { id("dev.msfjarvis.claw.kotlin-jvm") } dependencies { api(libs.crux) implementation(platform(libs.okhttp.bom)) implementation(libs.javax.inject) implementation(libs.jsoup) implementation(libs.kotlinx.coroutines.core) implementation(libs.okhttp.core) implementation(projects.model) }