We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41d36af + 56280cb commit 6a8e500Copy full SHA for 6a8e500
2 files changed
examples/kotlinExample/build.gradle
@@ -11,6 +11,7 @@ buildscript {
11
12
apply plugin: 'com.android.application'
13
apply plugin: 'kotlin-android'
14
+apply plugin: 'kotlin-kapt'
15
apply plugin: 'android-command'
16
apply plugin: 'realm-android'
17
realm/realm-library/build.gradle
@@ -2,6 +2,7 @@ import java.security.MessageDigest
2
3
apply plugin: 'com.android.library'
4
5
6
apply plugin: 'com.github.dcendents.android-maven'
7
apply plugin: 'maven-publish'
8
apply plugin: 'com.jfrog.artifactory'
0 commit comments