I see the gradle plugins being used interchangeably in the project.
plugins {
id("kotlin-android")
}
plugins {
id("org.jetbrains.kotlin.android")
}
Are the same?
Refer to library "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31", "kotlin-android.properties"
and "org.jetbrains.kotln.android.properties"
both link to plugin "org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper"
, so they are the same.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With