Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed May 7, 2022
1 parent 285a388 commit a32f602
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") apply false
id("com.vanniktech.maven.publish") version "0.18.0" apply false
id("com.vanniktech.maven.publish") version "0.19.0" apply false

}

Expand All @@ -17,9 +17,9 @@ buildscript {
}
}
dependencies {
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.30")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.6.20")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.19.0")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.6.10")
classpath("com.android.tools.build:gradle:7.0.4")


Expand All @@ -31,10 +31,9 @@ subprojects {
google()
mavenLocal()
mavenCentral()
maven {
url = uri("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
}

}

}

// ./gradlew clean :workload:compileKotlinJvm --no-daemon -Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy="in-process" -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n"
2 changes: 1 addition & 1 deletion ktorfit-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
}

version = "1.0.0-beta04"
val ktorVersion = "2.0.0"//"2.0.0-eap-354"
val ktorVersion = "2.0.1"
kotlin {

android(){
Expand Down
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Mon Apr 04 07:58:58 CEST 2022
sdk.dir=/Users/jensklingenberg/Library/Android/sdk
#Thu May 05 21:33:50 CEST 2022
sdk.dir=/home/jens/Code/Android/Sdk

0 comments on commit a32f602

Please sign in to comment.