Synthetic not available in new KMM example project

Hi Alex,

the import of kotlinx.android.synthetic is not working. Unresolved reference: synthetic… for example:
import kotlinx.android.synthetic.main.activity_main.*
so I can’t bind the view and I must use findViewById(). is kotlin android extensions not working in the example project?

Thanks