DeepMedia logo
Open Source

Search...

Install

Build configuration

The multiplatform-testing plugin is available on Maven Central. To install, add the following lines:

kotlin logokotlin
buildscript { repositories { mavenCentral() } dependencies { classpath("io.deepmedia.tools.testing:plugin:0.4.0") } }

and then apply it to the desired project:

kotlin logokotlin
plugins { id("kotlin-multiplatform") id("io.deepmedia.tools.multiplatform-testing") }

Snapshots

We also publish development snapshots with version latest-SNAPSHOT in sonatype:

kotlin logokotlin
buildscript { repositories { maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") } dependencies { classpath("io.deepmedia.tools.testing:plugin:latest-SNAPSHOT") } }

Subscribe to the DeepMedia Newsletter

The latest news about DeepMedia products, open source projects and software development at our company.

By clicking “Subscribe”, you agree that DeepMedia may use your email address to send you newsletters, including commercial communications, and to process your personal data for this purpose. You agree that DeepMedia may process said data using third-party services for this purpose in accordance with the DeepMedia Privacy Policy. You can revoke this consent at any time using the unsubscribe link included in each email or by writing at contact@deepmedia.io.