blob: b07a4b811ecc8528f9f16e3250977f02541f7df4 [file] [log] [blame]
rootProject.name = "okio-parent"
includeBuild("build-support")
include(":okio")
include(":okio-assetfilesystem")
include(":okio-bom")
include(":okio-fakefilesystem")
if (System.getProperty("kjs", "true").toBoolean()) {
include(":okio-nodefilesystem")
}
include(":okio-testing-support")
include(":okio:jvm:jmh")
if (System.getProperty("kwasm", "true").toBoolean()) {
include(":okio-wasifilesystem")
}
include(":samples")
// The Android test module doesn't work in IntelliJ. Use Android Studio or the command line.
if (System.getProperties().containsKey("android.injected.invoked.from.ide") ||
System.getenv("ANDROID_SDK_ROOT") != null) {
include(":android-test")
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")