Rename api module to app
This commit is contained in:
parent
7020cc15a5
commit
c38cdb2621
35 changed files with 4 additions and 3 deletions
0
api/.gitignore → app/.gitignore
vendored
0
api/.gitignore → app/.gitignore
vendored
|
@ -18,7 +18,7 @@ repositories {
|
|||
}
|
||||
|
||||
val kotlinVersion: String by rootProject.extra
|
||||
val ktorVersion = "1.6.1"
|
||||
val ktorVersion: String by rootProject.extra
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
|
|
@ -1,8 +1,9 @@
|
|||
import java.net.URI
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
import java.net.URI
|
||||
|
||||
buildscript {
|
||||
val kotlinVersion: String by extra("1.5.20")
|
||||
val ktorVersion: String by extra("1.6.1")
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
|
@ -18,7 +19,7 @@ buildscript {
|
|||
|
||||
plugins {
|
||||
java
|
||||
kotlin("jvm") version "1.5.10"
|
||||
kotlin("jvm") version "1.5.20"
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
|
Loading…
Reference in a new issue