How do we set the gradle build option such that my...
# getting-started
y
How do we set the gradle build option such that my kotlin app also runs on older version of jdk..?
v
Set the toolchain to the version you wan to support?
y
Thanks I have jdk21 but would like to have backward compatibility with jdk11 distribution of the kotlin app executable
So how to configure such that the app supports all the jdk 11 and above
v
Configure 11 as toolchain as show in the blog
🙌 1
y
That’s helpful , will try out
👌 1