Skip to content

Commit

Permalink
Merge pull request #70 from icerockdev/#61-export-docs
Browse files Browse the repository at this point in the history
#61 export docs
  • Loading branch information
Alex009 committed May 4, 2020
2 parents deca68c + 80cd094 commit fbaf28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
- [Installation](#installation)
- [Usage](#usage)
- [Samples](#samples)
- [Set Up Locally](#setup-locally)
- [Set Up Locally](#set-up-locally)
- [Contributing](#contributing)
- [License](#license)

Expand Down
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 fbaf28f

Please sign in to comment.