Skip to content

kamedon/AS2KotlinDagger2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AS2KotlinDagger2

##Android Studio2.0でKotlinでDagger2を使うサンプル

##error:

###daggar2.3

Error:Execution failed for task ':app:compileDebugJavaWithJavac'. java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSetMultimap$Builder.putAll(Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableSetMultimap$Builder;

どうもAppComponentの @Component(modules = {AppModule.class}) でエラーがでるようだ

どうも、daggar2.2 -> 2.3 の時に発生したエラーのようだ。。。 google/dagger#356

###@Namedができない Error:com.example.kamedon.sample20.print.PrintInterface cannot be provided without an @Provides- or @Produces-annotated method. com.example.kamedon.sample20.MainActivity.print [injected field of type: com.example.kamedon.sample20.print.PrintInterface print]

Qiita http://qiita.com/kamedon39/items/d530cf69369cc4371a3f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •