Play applications can be built in multi-project builds as well. Simply apply the org.gradle.playframework plugin in the appropriate subprojects and create any project dependencies on the play configuration.
build.gradle
link:{samplesCodeDir}/multi-project/groovy/build.gradle[role=include]