When i use https://github.com/f2prateek/dart
i already added to gradle
dependencies {
annotationProcessor 'com.google.dagger:dagger-compiler:2.4'
compile 'com.f2prateek.dart:henson:2.0.1'
provided 'com.f2prateek.dart:henson-processor:2.0.1'
compile 'com.f2prateek.dart:dart:2.0.1'
provided 'com.f2prateek.dart:dart-processor:2.0.1'
}
but i can't find Dart and Henson class.
i want to use like this lib dart& henson git
how can i use it? android studio version is 2.2.3(latest)