All free (and made/supported by JetBrains):
https://play.kotlinlang.org/koans/overview
https://hyperskill.org/
https://www.coursera.org/learn/kotlin-for-java-developers
I highly recommend you to do the Koans because they're simple and teaches you the basics with great examples.
Another thing that the others forgot to mention : I know you want to make an app as quickly as possible, but I'd advise not to forget that learning the basics is REALLY important to make something great (How could you build a building if the first floor ain't stable, y'know).
So I really recommend you to go through those courses above (and not Android courses immediately) to get a grasp on the concepts of Object Oriented and Functional Programming.
Also, don't forget that the documentation will always be your best friend.
https://kotlinlang.org/docs
When you think you got everything up (and did some small console apps/games), you can then start doing mobile apps.
Of course, in the end, the choice is yours, and all I said are just advises, you do you.