Skip to content

Commit

Permalink
use more stable workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Sep 4, 2023
1 parent 004e835 commit bb282e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ version=0.2.0-SNAPSHOT
#Kotlin
kotlin.mpp.import.enableKgpDependencyResolution=true
kotlin.mpp.enableCInteropCommonization=true
org.jetbrains.dokka.classpath.excludePlatformDependencyFiles=true
# workaround for dokka issues with resolving native dependencies
org.jetbrains.dokka.classpath.useNativeDistributionAccessor=true
#Android
android.useAndroidX=true
android.experimental.testOptions.managedDevices.allowOldApiLevelDevices=true
Expand Down

0 comments on commit bb282e5

Please sign in to comment.