我想创建一个Kotlin项目,其中客户端站点是JS,服务器端是Google App Engine标准环境应用程序。
在IntelliJ上,存在一个名为“ JS Client and JVM Server | Gradle”的“新建项目Kotlin”选项。该项目创建了这个build.gradle:
[a.shipment_id;block=tbs:row;sub1=entries]
[a_sub1.id]
[a_sub1.shipping_name;block=tbs:row;sub1=packs]
[a_sub1.total_quantity]
[a_sub1_sub1.display_line;block=tbs:row]
[a.shipment_total]
如何为Google App Engine标准环境配置jvmMain?如何在jvmMain上集成this tutorial中指定的build.gradle配置?