Don't include canvasfx module to desktop app by default

This commit is contained in:
aNNiMON 2023-10-15 23:17:52 +03:00 committed by Victor Melnik
parent bcce978341
commit d9ae2c7e82

View File

@ -17,7 +17,6 @@ dependencies {
implementation project(":ownlang-parser")
implementation project(":ownlang-utils")
implementation project(":modules:main")
implementation project(":modules:canvasfx")
testImplementation platform("org.junit:junit-bom:${versions.junit}")
testImplementation 'org.junit.jupiter:junit-jupiter'