to access synthetic widget properties from another Android library module within the project?
In my attempts the IDE imports and autocompletes and resolves the references properly, but the
@justasm I had the exact same issue. I'd advise to either use Java and the old style findViewById + cast for very simple Views, or using kotterknife (which uses property delegation), or your own idiomatic logic code to get the views. Have you posted a bug on YouTrack?