I have a class one in java which implements AsyncTask and other is kotlin MainActivity.
Now I have a kotlin function with kotlin int as parameter in MainActivity. I have managed to call kotlin function in java class but unable to pass Java Integer,it shows compile time error. Is there any way to pass integer value?