nyxcode
09/03/2017, 1:41 PMhorse_badorties
09/03/2017, 2:15 PMkotlin_version
in your build.gradle
files. The latest version is kotlin_version = '1.1.4-3'
AFAIK.
And why do you have apply plugin: 'java'
alongside apply plugin: 'kotlin'
?nyxcode
09/03/2017, 4:22 PMapply plugin: 'java'
in every buildfile and upgraded to 1.1.4-3
- same issueA
, I can not use an extension function from module B
which extends a type from module C
.A
is plugins/broadcast
, B
is blugins/commandsapi/commandsmaster
and C
is Master