We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd38ff commit 8dec0e9Copy full SHA for 8dec0e9
lib/build.gradle.kts
@@ -10,10 +10,9 @@ repositories {
10
}
11
12
dependencies {
13
- implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
14
- implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib")
15
implementation("org.seleniumhq.selenium:selenium-java:4.5.0")
16
- api("com.github.sam-rosenthal:java-cssSelector-to-xpath:V1.0.0RC1")
+ implementation("com.github.sam-rosenthal:java-cssSelector-to-xpath:V1.0.0RC1")
17
testImplementation(kotlin("test"))
18
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
19
testImplementation("io.github.bonigarcia:webdrivermanager:5.3.0")
0 commit comments