justasm
03/09/2017, 8:56 AMkotlin-android-extensions
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 compileDebugKotlin
build step fails with Unresolved reference
for the synthetic properties. Does the plugin simply not support such use cases?
Sample: https://gist.github.com/justasm/4a75afd5f5f3e6ba0dbc16b5a1e5331blouiscad
03/10/2017, 9:42 PMjustasm
03/18/2017, 7:35 PM