I've added to gradle in srcSets my src/main/kotlin...
# android
r
I've added to gradle in srcSets my src/main/kotlin folder
g
As I understand you are talking about Android project, check that you set sourceSet dsl in
android
block
r
yep it's added there
g
Do you still have a problem that your dirs with sources don't marked as sourceRoot in AS?