and on a non kotlin specific note, anyone know if ...
# gradle
x
and on a non kotlin specific note, anyone know if there's a good way to compare a before and after classpath with gradle. had a problem that turned out to be the classpath, and I figured out which dependency 'caused the issue, but since that dep is basically exporting transitives, and I'm not sure which might have been missing...
e
See
./gradlew help --task dependencies
and
./gradlew help --task buildEnvironment
for build scripts classpath