• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1rootProject.name = 'okio-parent'
2
3include ':okio'
4include ':okio:jvm:japicmp'
5include ':okio:jvm:jmh'
6include ':samples'
7
8enableFeaturePreview("GRADLE_METADATA")
9
10// The Android test module doesn't work in IntelliJ. Use Android Studio or the command line.
11if (properties.containsKey('android.injected.invoked.from.ide') ||
12  System.getenv('ANDROID_SDK_ROOT') != null) {
13  include ':android-test'
14}
15