jetbrains. kotlin:kotlin-stdlib-jdk7:$kotlin_version” … } Delete all of these above to remove kotlin support in your project .
Read moreHow do I remove Kotlin support from Flutter project?
jetbrains. kotlin:kotlin-stdlib-jdk7:$kotlin_version” … } Delete all of these above to remove kotlin support in your project .
Read moreCan I combine Flutter and Kotlin?
The answers is yes you can but in the end you need to write more code in your flutter project to communicate with Kotlin library, You can read this article below for more detail.
Read more