Join Slack
Powered by
how can i use `jvm()` to set a java 8 target?
# multiplatform
w
william
09/08/2020, 3:30 PM
how can i use
jvm()
to set a java 8 target?
william
09/08/2020, 3:31 PM
i've done it in android modules, but not sure how it applies in a multiplatform module targetting jvm
a
andylamax
09/11/2020, 9:48 AM
Copy code
jvm{ compilations.all {kotlinOptions.jvmTarget = "1.8} }
2
Views
Open in Slack
Previous
Next