Hello people, How can I use Kotlinx.synthetic and ...
# android
h
Hello people, How can I use Kotlinx.synthetic and Kotlin 1.4 I got this error
Copy code
java.lang.AssertionError: Unbound symbols not allowed
	Unbound public symbol for public kotlinx.android.synthetic.main.fragment_onboard/view
r
switch to viewBinding
🤣 1
i
same problem, switching to 1.4.20 dev 3678 doesn't work for me.
h
Thank you @rkeazor I did it yesterday, and it was really hard cause I update the version from an old project 😞 and 80% of the app was using Kotlinx.synthetic
thank you for the docs url