Skip to content

Commit

Permalink
Disable KMM warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
justasm committed Oct 29, 2020
1 parent 6496f1c commit dbf2934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official
# We're aware that MP is an alpha feature
kotlin.mpp.stability.nowarn=true

0 comments on commit dbf2934

Please sign in to comment.