Skip to content

Commit

Permalink
Enable Klibs Cross Compilation to fix #102
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored and saket committed Dec 6, 2024
1 parent 94b8350 commit 26688cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ android.useAndroidX=true

kotlin.mpp.androidSourceSetLayoutVersion=2

# Required to produce klib files on any host.
kotlin.native.enableKlibsCrossCompilation=true

# Prevent generation of BuildConfig as a java file.
android.enableBuildConfigAsBytecode=true

Expand Down

0 comments on commit 26688cb

Please sign in to comment.