You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates the wrapper, but does not build correctly yet due to
the way Kotlin compiler libraries are resolved. To address this issue,
the previous mechanism of copying the dependent libraries into a local
folder from which they are included has to be updated. Since depending
on JAR files is non-ideal, a better solution would be to find the
(correctly packaged) libraries on a Maven repository and include them.
0 commit comments