Hi everyone! I've a problem while trying to genera...
# gradle
f
Hi everyone! I've a problem while trying to generate some java classes and using them in kotlin. Basically I have a plugin which register a java generating task and outputs the classes in
build/generated/source/xxx
, now those classes aren't picked up by kotlin for some reason (it's an android app), you can see an example of this here https://github.com/fourlastor/kotlin-generated-classes My question is: how do I make kotlin recognise those classes? I think I can because the classes in
build/generated/buildConfig
work as expected, for example