Skip to content

Commit

Permalink
Add Gradle Doctor Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Aug 10, 2022
1 parent 05d6c8b commit b1e83a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ plugins {
id("org.jetbrains.dokka") version "1.6.10" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.11.0"
id("kotlinx-atomicfu") version "0.17.3" apply false
id("com.osacky.doctor") version "0.8.1"
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin.native.binary.memoryModel=experimental
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.vfs.watch=true
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC

# kotlin
kotlin.native.ignoreDisabledTargets=true
Expand Down

0 comments on commit b1e83a5

Please sign in to comment.