Title
l

lorenzopaoliani

02/08/2017, 3:14 PM
@stoyicker can you please post your "build.gradle"
the module I’m trying to build is “domain"
I tried putting it all in the module’s build.gradle file and without using variables for the versions
but it didn’t work either
l

lorenzopaoliani

02/08/2017, 4:27 PM
at a first glance you're missing
apply plugin: 'kotlin'
, what's the error you're getting?
s

stoyicker

02/08/2017, 4:45 PM
no, I’m not missing it, it’s the first statement in the module’s build.gradle
I get an error that the class cannot be found
and it can’t because it doesn’t make it to the classpath for some reason
in fact, if I
jar
it won’t be in the jar either
l

lorenzopaoliani

02/08/2017, 4:50 PM
mhhh this might be slightly out of my depth...
s

stoyicker

02/08/2017, 5:12 PM
well I’ll post it to so or something, thanks anyway