In the latest version (0.8.0), you can do it the w...
# gradle
m
In the latest version (0.8.0), you can do it the way I mentioned earlier:
Copy code
java {
    sourceCompatibility = VERSION_1_8
    targetCompatibility = VERSION_1_8
}