I am experimenting with kotlin multiplatform code I got some sample code running but have made changes to that code now. Every time i compile my project the old kotlin code is run instead of the new code with my changes. How do i make a clean build with the new kotlin code? i have tried invalidating the caches and restarting android, uninstalling the application, running gradle build androidJar, androidMainClasses,clean all haven't worked. Any ideas? When i try to change the name of the method i get Caused by: java.lang.NoSuchMethodError: No static method aboutMe
it can't find the new method
I had to delete my whole build folder and have it rebuild everything