> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration

> Moloco adapter for CloudX Android SDK. Supports Banner, MREC, leader/tablet Banner, Interstitial, Rewarded, and Native.

## Install

<CodeGroup>
  ```kotlin Kotlin DSL theme={null}
  dependencies {
      implementation("io.cloudx:adapter-moloco:4.9.0.0")
  }
  ```

  ```groovy Groovy theme={null}
  dependencies {
      implementation 'io.cloudx:adapter-moloco:4.9.0.0'
  }
  ```
</CodeGroup>

## Compatibility

| Adapter version | Network SDK        | Minimum CloudX SDK |
| --------------- | ------------------ | ------------------ |
| `4.9.0.0`       | Moloco SDK `4.9.0` | `4.1.0`            |

The adapter is discovered automatically when your server-provisioned CloudX configuration includes Moloco demand. No manual adapter registration is required.
