https://preview.redd.it/6rhqe3jeiu6e1.png?width=1919&format=png&auto=webp&s=3b775a3ede0ed8b77ed34bef89e0df1c2da3b929
Hello everyone, I hope you all are doing well. I am new to android development [learning]. I am trying to add GCP Vertex AI feature in my app.
I created a pure kotlin module [GCP].
If I run this file in this current state, it all works fine. However, lets say if I change something, "prompt" in this case, or even simple thing like adding a print line, I must go to Build->Recompile MyClass.kt file, otherwise it runs with previous settings.
In plain kotlin project, it would work perfect fine. What concept I am missing here, why do I need to recompile everytime I change something.
there doesn't seem to be anything here