AN
Size: a a a
AN
АМ
OY
SB
SB
OY
Д
過
RI
過
RI
VP
過
VP
過
VP
L
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.10"
testImplementation 'com.github.hyperskill:hs-test:release-SNAPSHOT'
testImplementation(platform("org.junit:junit-bom:5.7.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
sourceSets {
main.java.srcDir 'src'
test.java.srcDir 'test'
}
test {
useJUnitPlatform()
RI
AM
AN