``` apply { plugin("kotlin") plugin("org.springf...
# getting-started
p
Copy code
apply {
	plugin("kotlin")
	plugin("org.springframework.boot")
}