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 committed by Adam Brown
parent 99c028ec01
commit 9fb81cb277

View File

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