kotlindsl1 Migrating build.gradle from Groovy to Kotlin guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/ Migrating build logic from Groovy to Kotlin Declaring dependencies in existing configurations is similar to the way it’s done in Groovy build scripts, as you can see in this example: build.gradle plugins { id 'java' } dependencies { implementation 'com.example:lib:1.1' runtimeOnly 'com.example:run guides.gradle.org Groovy DSL gradle .. 2020. 9. 25. 이전 1 다음