Skip to content

[1] Setup

Sven Braune edited this page Mar 24, 2021 · 3 revisions

Add it in your root build.gradle at the end of repositories:

 buildscript {
    repositories {
        maven { url 'https://jitpack.io' }
    }
  }
  ...
  allprojects {
    repositories {
	maven { url 'https://jitpack.io' }
    }
  }

Add gradle dependency

  implementation 'com.github.schwarzit.andcouchbaseentity:couchbase-entity-api:${latest_version}'
  kapt 'com.github.schwarzit.andcouchbaseentity:couchbase-entity:${latest_version}'
Clone this wiki locally