Skip to content

Commit

Permalink
#61 remove export usage (not required now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed May 4, 2020
1 parent 852b6ad commit 2b69dd1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sample/mpp-library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ android {
}
}

setupFramework(
exports = listOf(
Deps.Libs.MultiPlatform.mokoResources
)
)
setupFramework(exports = emptyList())

dependencies {
mppLibrary(Deps.Libs.MultiPlatform.kotlinStdLib)
Expand Down

0 comments on commit 2b69dd1

Please sign in to comment.