816e955c61
This task input provides a way to set different from current Gradle JDK and use it for Kotlin files compilation. By default it provides current Gradle JDK. Provided JDK major version is used as task input, so on providing different JDK user will see cache miss. All required interfaces are located inside api module. ^KT-45611 In Progress