https://stackoverflow.com/questions/72585446/difference-between-kotlin-plugins Difference between Kotlin plugins What are the difference between this three Kotlin plugin and what they actually do? plugins { id 'kotlin-android' id 'org.jetbrains.kotlin.android' id "org.jetbrains.kotlin.jvm" stackoverflow.com Clean Architecture 적용중 domain 모듈을 순수 코틀린 모듈로 적용하려는데 kotlin, kotlin-android 의 차이점이 뭔지 궁금해서..