코틀린 오랜만에 하려고 하는데 세팅부터 모르고 있던 부분이 너무 많았다 1. 코틀린 dsl옛날에는 build.gradle 을 사용했는데, 요즘에는 build.gradle.kts를 사용하는 것 같다마이그레이션하는 공식 문서https://docs.gradle.org/current/userguide/migrating_from_groovy_to_kotlin_dsl.html#migrating_groovy_kotlin Migrating build logic from Groovy to KotlinIf you don’t know what type a task has, then you can find that information out via the built-in help task. Simply pass it the..