diff --git a/app/build.gradle b/app/build.gradle index c70e914..60b4f84 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,6 +45,10 @@ } } +kapt { + generateStubs = true +} + dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { @@ -85,7 +89,8 @@ // Kotlin DataBinding kapt "com.android.databinding:compiler:2.5.0-alpha-preview-02" - // Kuromoji - compile "com.atilika.kuromoji:kuromoji-ipadic:0.9.0" + // CalenderView + compile 'com.github.sundeepk:compact-calendar-view:2.0.2.1' + compile 'com.prolificinteractive:material-calendarview:1.4.3' }