diff --git a/kotlin-extensions/README.md b/kotlin-extensions/README.md index 7e23a7a..c4b7351 100644 --- a/kotlin-extensions/README.md +++ b/kotlin-extensions/README.md @@ -59,9 +59,3 @@ class LinkViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) { } } ``` - -### Подключение - -```gradle -implementation project(':kotlin-extensions') -``` diff --git a/lifecycle-rx/README.md b/lifecycle-rx/README.md index e527153..a56b919 100644 --- a/lifecycle-rx/README.md +++ b/lifecycle-rx/README.md @@ -48,9 +48,3 @@ someViewModel.itemsList.observe(this, Observer { event -> } }) ``` - -### Подключение - -``` gradle -implementation project(':lifecycle-rx') -``` diff --git a/lifecycle/README.md b/lifecycle/README.md index 1c265cf..e6a0544 100644 --- a/lifecycle/README.md +++ b/lifecycle/README.md @@ -41,9 +41,3 @@ event.observe(this, Observer { event -> } }) ``` - -### Подключение - -```gradle -implementation project(':lifecycle') -``` diff --git a/livedata-location/README.md b/livedata-location/README.md index 5789566..3a221d4 100644 --- a/livedata-location/README.md +++ b/livedata-location/README.md @@ -25,9 +25,3 @@ val locationWithInterval = LocationLiveData( ```kotlin viewModel.locationWithInterval.observe(this, Observer(::onLocationChanged)) ``` - -### Подключение - -``` gradle -implementation project(':livedata-location') -``` \ No newline at end of file diff --git a/navigation/README.md b/navigation/README.md index 097ac0d..d470eef 100644 --- a/navigation/README.md +++ b/navigation/README.md @@ -121,9 +121,3 @@ class MainViewController( ```gradle implementation project(':logging') ``` - -### Подключение - -```gradle -implementation project(':navigation') -``` diff --git a/recyclerview-adapters/README.md b/recyclerview-adapters/README.md index 3328fe7..b0050e9 100644 --- a/recyclerview-adapters/README.md +++ b/recyclerview-adapters/README.md @@ -64,8 +64,3 @@ class HeaderDelegate( ) = holder.itemView.setOnClickListener { addAction.invoke() } } ``` - -### Подключение -```gralde -implementation project(':recyclerview-adapters') -``` diff --git a/tabbar-navigation/README.md b/tabbar-navigation/README.md index 0555247..e6499d8 100644 --- a/tabbar-navigation/README.md +++ b/tabbar-navigation/README.md @@ -124,9 +124,3 @@ class MainViewController( ```gradle implementation project(':navigation') ``` - -### Подключение - -```gradle -implementation project(':tabbar-navigation') -```