Skip to content

Commit 6a8e500

Browse files
authored
Merge 56280cb into master-4.0
2 parents 41d36af + 56280cb commit 6a8e500

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/kotlinExample/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ buildscript {
1111

1212
apply plugin: 'com.android.application'
1313
apply plugin: 'kotlin-android'
14+
apply plugin: 'kotlin-kapt'
1415
apply plugin: 'android-command'
1516
apply plugin: 'realm-android'
1617

realm/realm-library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import java.security.MessageDigest
22

33
apply plugin: 'com.android.library'
44
apply plugin: 'kotlin-android'
5+
apply plugin: 'kotlin-kapt'
56
apply plugin: 'com.github.dcendents.android-maven'
67
apply plugin: 'maven-publish'
78
apply plugin: 'com.jfrog.artifactory'

0 commit comments

Comments
 (0)