https://kotlinlang.org logo
Title
p

poohbar

08/15/2017, 5:18 PM
Jeremy, maybe you need to set up your build tool correctly?
o

orangy

08/15/2017, 5:19 PM
Well, that’s not helpful.
p

poohbar

08/15/2017, 5:20 PM
Ok, what I meant to say was: What build tool are you using?
d

dumptruckman

08/15/2017, 5:42 PM
gradle... as I mentioned
What do I need to change besides Kotlin version and Java version
@poohbar
Any idea?
p

pniederw

08/15/2017, 7:34 PM
@dumptruckman did you configure
1.9
? if so, did you try
9
instead?
btw, you don’t necessarily need to run gradle itself with 9 to compile against 9
d

dumptruckman

08/15/2017, 7:57 PM
configure in what way?
p

pniederw

08/15/2017, 8:09 PM
typed
1.9
in a build script somewhere
d

dumptruckman

08/15/2017, 8:10 PM
Yeah, that's what I meant when I changed java version
But I didn't try 9