Does Kaml no longer support Java8 #580
-
I encountered an issue where my application could no longer run on Java 8 after updating Kotlin, Kotlinx serialization, and Kaml. Upon inspection, it was found that the dependency used was compiled using a higher version of Java (snakeyaml engine kmp 3.0.0)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It looks like that issue is coming from @krzema12 could you please take a look at this? You might need to add something like this to your Gradle config. |
Beta Was this translation helpful? Give feedback.
It looks like that issue is coming from
snakeyaml-engine-kmp
, not kaml.@krzema12 could you please take a look at this? You might need to add something like this to your Gradle config.