adding dummy tasks to noop module to allow the ide to assemble

This commit is contained in:
Adam Brown 2022-09-20 20:56:59 +01:00
parent 3c2a226555
commit b93058e812
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ plugins { id 'kotlin' }
dependencies {
implementation project(':core')
}
task generateReleaseSources {}
task compileReleaseSources {}