Indentations break the feed.
[SquirrelJME.git] / modules / io / build.gradle
blobbcc0358710991f03d2dc6f7e72f48151796236ea
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This provides slightly more powerful data " +
4         "input and output streams which can be used to read and write data."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "BD"
10         swmType = JavaMEMidletType.LIBRARY
11         swmName = "Generic Input/Output"
12         swmVendor = "Stephanie Gawroriski"
13         tags += "extra"
16 dependencies
18         api project(":modules:cldc-compact")