Skip to content

Commit

Permalink
update example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Feb 12, 2023
1 parent 6e7c90d commit 0fbed17
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}
}
}
val ktorfit = "1.0.0-beta17"
val ktorfit = "1.0.0-beta18"
val ktor = "2.2.3"
val compose_ui_version = "1.3.3"
dependencies {
Expand Down
4 changes: 2 additions & 2 deletions example/MultiplatformExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
repositories {
gradlePluginPortal()
google()
// mavenLocal()
mavenLocal()
mavenCentral()
}
dependencies {
Expand All @@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
google()
// mavenLocal()
mavenLocal()
mavenCentral()
}
}
2 changes: 1 addition & 1 deletion example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

version = "1.0"
val ktorVersion = "2.2.3"
val ktorfitVersion = "1.0.0-beta17"
val ktorfitVersion = "1.0.0-beta18"

kotlin {
android()
Expand Down
22 changes: 13 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ ktorVersion=2.2.2
autoService=1.0.1
kotlinPoet=1.12.0
detektVersion=1.21.0

org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=8g

# ksp.version.check=false

# kotlin
kotlin.incremental=true
kotlin.compiler.execution.strategy=in-process
kotlin.native.ignoreDisabledTargets=true
kotlin.native.binary.freezing=disabled

# Maven Central
POM_NAME=Ktorfit
POM_DESCRIPTION=Ktorfit
POM_INCEPTION_YEAR=2022
Expand All @@ -19,12 +31,4 @@ POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=Foso
POM_DEVELOPER_NAME=Jens Klingenberg
POM_DEVELOPER_URL=https://www.jensklingenberg.de
SONATYPE_STAGING_PROFILE=de.jensklingenberg
#org.gradle.configureondemand=false
kapt.include.compile.classpath=false
kotlin.native.ignoreDisabledTargets=true
kotlin.native.binary.freezing=disabled
# ksp.version.check=false
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=4g
kotlin.incremental=true
kotlin.compiler.execution.strategy=in-process
SONATYPE_STAGING_PROFILE=de.jensklingenberg

0 comments on commit 0fbed17

Please sign in to comment.