文件名称:my-kotlin:一个基于kotlin的MVVM快速开发框架,使用kotlin协程、 retrofit、Jetpack全家桶等组件
文件大小:369KB
文件格式:ZIP
更新时间:2024-05-09 08:08:33
Java
基本说明 一个基于kotlin的MVVM快速开发框架,使用kotlin协程、 retrofit、Jetpack全家桶等组件,基于androidx(appcompat 1.2.0)编译 使用 Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { implementation 'com.github.kellysong:my-kotlin:1.0.0' }