<@U293HRATH> can you please post your "build.gradl...
# getting-started
l
@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
at a first glance you're missing
apply plugin: 'kotlin'
, what's the error you're getting?
s
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
mhhh this might be slightly out of my depth...
s
well I’ll post it to so or something, thanks anyway