Add check for snprintf in the event it is not supported.
[SquirrelJME.git] / modules / std-apps-core-lcdui / build.gradle
blob18cf36be425ecfc242c82e662829a34efafbe104
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "LCDUI interface for core standard applications."
4 version = rootProject.version
6 squirreljme
8         javaDocErrorCode = "SL"
9         swmType = JavaMEMidletType.LIBRARY
10         swmName = "Core Standard Applications LCDUI Interface"
11         swmVendor = "Stephanie Gawroriski"
14 dependencies
16         implementation project(":modules:cldc-compact")
17         implementation project(":modules:std-apps-core")
18         implementation project(":modules:midp-lcdui")