Huanzhi Zhang
07/26/2023, 11:16 PMsource = path(project.file("../my-pod"))
in my gradle. It works fine in the beginning. But when I make code changes in that pod, I found it seems doesn’t take effects in kotlin project. Sometimes it will lead to build error, sometimes it builds but my new added part doesn’t work. Am I missing some steps after editing my pod?