在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Baeldung/kotlin-tutorials开源软件地址(OpenSource Url):https://github.com/Baeldung/kotlin-tutorials开源编程语言(OpenSource Language):Kotlin 95.3%开源软件介绍(OpenSource Introduction):Kotlin TutorialsThis project is a collection of small and focused tutorials - each covering a single and well defined area of development in the Kotlin ecosystem. All the tutorials can be found on https://www.baeldung.com/kotlin Building the projectTo build the entire repository with only Unit Tests enabled run:
or if we want to build the entire repository with Integration Tests enabled, we can do:
This should not be needed often as we are usually concerned with a specific module. Building a single moduleTo build a specific module run the command: Working with the IDEThis repo contains a large number of modules. When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in either Eclipse or IntelliJ. Running TestsThe command To run the integration tests, use the command:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论