I have a need for passing dynamic int's to the fin...
# android
s
I have a need for passing dynamic int's to the findViewById method in a activity, but my Kotlin code works in Kotlin Int object and the findViewById method works on the primitive java type. How can I convert a Kotlin Int object to a java simple int type?