1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This module contains various collections " +
4 "which can be used to store objects."
5 version = rootProject.version
9 javaDocErrorCode = "AC"
10 swmType = JavaMEMidletType.LIBRARY
11 swmName = "Collections"
12 swmVendor = "Stephanie Gawroriski"
18 api project(":modules:cldc-compact")