tosun-si commented on code in PR #1: URL: https://github.com/apache/beam-starter-kotlin/pull/1#discussion_r930497318
########## app/build.gradle.kts: ########## @@ -0,0 +1,48 @@ +/* + * This file was generated by the Gradle 'init' task. + * + * This generated file contains a sample Kotlin application project to get you started. + * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle + * User Manual available at https://docs.gradle.org/7.2/userguide/building_java_projects.html + */ + +plugins { Review Comment: I have a little question, why Gradle was chosen instead of Maven for this starter. Gradle is good but I more thought about Maven to be homogeneous with the Beam Java starter. What do you think about that ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
