aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
blob: 97f9d9e9f1963ea3f4cc25c446c07b22b6a58fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'
}