I've worked on Java/Kotlin backends before, but I haven't done app development. Recently, I've been using Python to create Windows apps for work.
This time, workers need a simple app that can be used offline. So, I built an Android version of the existing functionality using Flutter. Just by providing detailed function specifications, I was able to implement quite usable functions without writing any actual code.
It might not be as easy when the project gets bigger, but it seems like it could significantly reduce the initial learning curve.


