I just upgraded my project from 1.0.6 to 1.1.0. I’...
# announcements
c
I just upgraded my project from 1.0.6 to 1.1.0. I’m building with Gradle. In IntelliJ, my project compiles correctly, but Gradle fails to build it:
Copy code
w: The '-d' option with a directory destination is ignored because '-module' is specified
e: <snip>/cursive/licence/Licences.kt: (9, 33): Cannot access 'RepositoryContentHandler': it is public/*package*/ in 'plugins'
e: <snip>/cursive/licence/Licences.kt: (473, 19): Cannot access '<init>': it is public/*package*/ in 'RepositoryContentHandler'
e: <snip>/cursive/licence/Licences.kt: (475, 20): Cannot access 'pluginsList': it is public in 'licence'