# This file was generated by the Gradle 'init' task. # https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format [versions] clikt = "5.0.0" jsoup = "1.18.1" okhttp = "4.12.0" json = "1.7.1" mockk = "1.13.12" [libraries] clikt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clikt" } jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "json" } kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" } mockk = { module = "io.mockk:mockk", version.ref = "mockk" } [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.0" }