# Kotlin **Repository Path**: nanfangderen/Kotlin ## Basic Information - **Project Name**: Kotlin - **Description**: Kotlin 基础,常见设计模式 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-09-26 - **Last Updated**: 2022-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kotlin Demo #### 简单介绍 - Kotlin 简单项目,适合入门 #### 环境信息: - Idea 2021.1.1 + - kotlin 1.6.10 + - Java Jdk 8 ++ - maven 3.8.5 #### 项目使用: - 下载 **源码(.zip)** 直接查看 - git 直接 clone https://gitee.com/elizabevil/Kotlin.git - Idea : **Vcs** (导入项目): - ##### 注意: 可能需要修改的 配置 1. settings ==> Build Tools ==> Maven ==>your config 2. Project structue ==》 SDKS ==》 your config #### 学习资料 - Kotlin[官方](https://kotlinlang.org/) - ktor[官方代码](https://github.com/ktorio/ktor-documentation) #### 项目架构 - KotlinAll (root 仅提供依赖管理) - Library (一些公共方法 - design (kotlin 版 设计模式 - -- 教程[黑马程序员](https://www.bilibili.com/video/BV1Np4y1z7BU)