Let me come back to that 👍 Maybe it is and I can run them in a higher java version
🙂 1
Dirk van Wijk
05/02/2022, 12:49 PM
as expected, I'm using jdk8 everywhere. Although is it practical to use a different jdk version for your tests and code? So compiling your module with Jdk8, but your tests with jdk11, it seems like you would need some work arounds to make that happen. Or is this more common than I think?
r
robstoll
05/02/2022, 1:01 PM
IMO quite common. But I actually don't have a single project currently where I am still depending on jkd8 in src.
I also use a newer Kotlin version in tests than in source.
robstoll
05/02/2022, 1:03 PM
let me know in case you need help
d
Dirk van Wijk
05/02/2022, 1:03 PM
ok thanks for the explanation! I'll have a look at this later then