Is there a way to get gradle to recreate the src folder structure?

I have an existing build.gradle.kts file so if I run gradle init --type kotlin-application say then it skips initialization. I’d like to be able to put the kts file, properties and settings files into a folder, run a gradle task and have it build the folder structure for me, can I do that?

Thanks