android hilt:Dagger Hilt的扩展 源码
Dagger Hilt的扩展 扩展名 Kotlindependencies { implementation( " com.google.dagger:hilt-android:2.32-alpha " ) implementation( " it.czerwinski.android.hilt:hilt-extensions:[VERSION] " ) kapt( " it.czerwinski.android.hilt:hilt-processor:[VERSION] " ) } Groovy dependencies { implementation ' com.google.dagger:hilt-android:2.32-alpha ' implementation ' it.czerwinski.android.hilt:hilt-ex
下载地址
用户评论