electrolobzik
02/09/2022, 12:16 PMkotlin {
jvm {
withJava()
}
sourceSets {
val jvmMain by getting {
dependencies {
...
}
}
}
}
and don’t see resource files from src/jvmMain/resources
in class path after project was built. What I am doing wrong and how could I get resources in my class path? P.S. I see resources in the processedResources
folder, so they are processed somehow. But for some reason not put in the result folder (classes/kotlin/jvm/main/META-INF
)spand
02/09/2022, 1:05 PMspand
02/09/2022, 1:06 PMelectrolobzik
02/09/2022, 1:52 PMelectrolobzik
02/09/2022, 2:42 PM