-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from matheus-corregiari/release/1.3.0
Release/1.3.0
- Loading branch information
Showing
50 changed files
with
106 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,21 @@ | ||
import com.toolkit.plugin.multiplatform.androidMain | ||
import com.toolkit.plugin.multiplatform.androidUnitTest | ||
|
||
plugins { | ||
id("toolkit-multiplatform-library") | ||
id("toolkit-android-library") | ||
id("toolkit-publish") | ||
} | ||
|
||
android.namespace = "br.com.arch.toolkit.livedata" | ||
|
||
kotlin { | ||
sourceSets { | ||
|
||
// Libraries | ||
androidMain { | ||
dependencies { | ||
implementation(libraries.jetbrains.stdlib.jdk8) | ||
implementation(libraries.jetbrains.coroutines.core) | ||
implementation(libraries.jetbrains.coroutines.android) | ||
implementation(libraries.androidx.lifecycle.livedata) | ||
} | ||
} | ||
dependencies { | ||
// Libraries | ||
implementation(libraries.jetbrains.stdlib.jdk8) | ||
implementation(libraries.jetbrains.coroutines.core) | ||
implementation(libraries.jetbrains.coroutines.android) | ||
implementation(libraries.androidx.lifecycle.livedata) | ||
|
||
// Test Libraries | ||
androidUnitTest { | ||
dependencies { | ||
implementation(libraries.androidx.lifecycle.livedata) | ||
implementation(libraries.androidx.lifecycle.runtime) | ||
implementation(libraries.androidx.test.core) | ||
implementation(libraries.jetbrains.test.coroutines) | ||
implementation(libraries.mockito.test.core) | ||
implementation(libraries.mockito.test.kotlin) | ||
} | ||
} | ||
} | ||
// Test Libraries | ||
testImplementation(libraries.androidx.lifecycle.runtime) | ||
testImplementation(libraries.androidx.test.core) | ||
testImplementation(libraries.jetbrains.test.coroutines) | ||
testImplementation(libraries.mockito.test.core) | ||
testImplementation(libraries.mockito.test.kotlin) | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters