【发布时间】:2019-11-07 01:39:35
【问题描述】:
每当我尝试使用 Micronaut 和 Kotlin 创建命令行应用程序时:
mn create-cli-app cli2 --features kotlin
我收到以下警告:
| Warning The following features are incompatible with other feature selections and have been removed from the project
| kotlin
生成的项目已经回退到Java,非常优雅。
这是一个“错误”还是当前的预期行为?
【问题讨论】:
标签: kotlin command-line micronaut