cmelchior / realmfieldnameshelper

Realm extension library used to create more type-safe queries.
Apache License 2.0
173 stars 21 forks source link

Could not find method apt #13

Closed shiami closed 7 years ago

shiami commented 7 years ago

Error:(49, 0) Could not find method apt() for arguments [dk.ilios:realmfieldnameshelper:1.1.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Switch to annotationProcessor?

Zhuinden commented 7 years ago

well you can either use android-apt plugin, or annotationProcessor scope

AnixPasBesoin commented 7 years ago

Add the android-apt plugin as EpicPandaForce suggested. Here's a link. Just follow the instructions.

cmelchior commented 7 years ago

Answered by @Zhuinden and @AnixPasBesoin. Closing.