I'm using gradle `5.3.1` and kodein `6.3.0` kotlin...
# kodein
o
I'm using gradle
5.3.1
and kodein
6.3.0
kotlin
1.3.40
s
What's in
app.h
line 792 ?
o
Copy code
@property (readonly) id<AppKodein_di_coreDKodein> dkodein __attribute__((swift_name("dkodein")));
s
Which class is it in ?
o
Copy code
__attribute__((swift_name("Kodein_di_coreDKodeinAware")))
@protocol AppKodein_di_coreDKodeinAware
@required
@property (readonly) id<AppKodein_di_coreDKodein> dkodein __attribute__((swift_name("dkodein")));
@end;
s
No idea so far... Could you try with the last version (6.4.1) ?
o
do I need to change gradle and kotlin versions as well then?
s
Kotlin to 1.3.50
Gradle is OK
o
I will try that (as long as my other dependencies are compatible with 1.3.50 🙂)
It worked! Thank you!
s
👍