blob: 97f9d9e9f1963ea3f4cc25c446c07b22b6a58fe5 [file] [log] [blame]
rootProject.name = 'okio-parent'
include ':okio'
include ':okio:jvm:japicmp'
include ':okio:jvm:jmh'
include ':samples'
enableFeaturePreview("GRADLE_METADATA")
// The Android test module doesn't work in IntelliJ. Use Android Studio or the command line.
if (properties.containsKey('android.injected.invoked.from.ide') ||
System.getenv('ANDROID_SDK_ROOT') != null) {
include ':android-test'
}