Gopal S Akshintala
05/19/2021, 7:53 AMSupertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class io.kotest.core.test.TestContext, unresolved supertypes: kotlinx.coroutines.CoroutineScope
Adding -Xextended-compiler-checks argument might provide additional information.
christophsturm
05/19/2021, 7:56 AMGopal S Akshintala
05/19/2021, 8:14 AM4.6.0
as well as the 4.7-snapshot
of kotestchristophsturm
05/19/2021, 8:30 AMGopal S Akshintala
05/19/2021, 8:49 AMsam
05/19/2021, 11:38 AMGopal S Akshintala
05/19/2021, 12:15 PMsam
05/19/2021, 12:18 PMGopal S Akshintala
05/19/2021, 12:19 PMsam
05/19/2021, 12:24 PM➜ /home/sam/development/workspace/kotest/ds-algo git:(master) ./gradlew clean build
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileKotlin
w: /home/sam/development/workspace/kotest/ds-algo/src/main/kotlin/hackerrank/Abbrevation.kt: (22, 26): 'toUpperCase(): Char' is deprecated. Use uppercaseChar() instead.
w: /home/sam/development/workspace/kotest/ds-algo/src/main/kotlin/hackerrank/greedy/LuckBalance.kt: (5, 21): 'sumBy((T) -> Int): Int' is deprecated. Use sumOf instead.
w: /home/sam/development/workspace/kotest/ds-algo/src/main/kotlin/hackerrank/greedy/LuckBalance.kt: (6, 44): 'sumBy((T) -> Int): Int' is deprecated. Use sumOf instead.
w: /home/sam/development/workspace/kotest/ds-algo/src/main/kotlin/leetcode/graph/CourseSchedule.kt: (8, 15): Parameter 'numCourses' is never used
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> error: invalid source release: 16
Gopal S Akshintala
05/19/2021, 2:34 PM