Add more debugging.
[SquirrelJME.git] / modules / meep-key / build.gradle
blobcd46547cb358221dfc17f4a58d8931a16887304f
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This contains classes for handling key and other " +
5         "user input events."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "DB"
11         swmType = JavaMEMidletType.API
12         swmName = "MEEP Key Events"
13         swmVendor = "Stephanie Gawroriski"
14         definedStandards += new JavaMEStandard("microedition.key;;")
15         tags += "meep"
18 dependencies
20         api project(":modules:cldc-compact")