hi there, I’m currently migrating build.gradle scr...
# gradle
m
hi there, I’m currently migrating build.gradle scripts to kts, in our multiproject build we have android and java libs and in one of java libs we set
sourceCompatibility
at the root of the buildscript, this property is not longer recognized in kts, what would be the equivalent dsl for setting it up? thanks
m
yah, I thought there should be a java dsl for that, but AS doesn’t recognize it
ah, I see there was AS sync issue. got it to work. Thanks