Slackbot
12/19/2022, 11:26 AMDavid Smith
12/19/2022, 12:35 PMcompileOnly
and then creating a task that copies the class files from the lib build directory to the app build directory. I then add
build {
finalizedBy(copyLib)
}
David Smith
12/19/2022, 12:36 PMgradle build -t
it will always copy all the compiled classes across which the ktor server then picks upVampire
12/19/2022, 1:49 PMDavid Smith
12/19/2022, 5:19 PM