Fix submodules' READMEs
This commit is contained in:
parent
4ce77354cc
commit
2eafe87a41
|
|
@ -59,9 +59,3 @@ class LinkViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) {
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Подключение
|
||||
|
||||
```gradle
|
||||
implementation project(':kotlin-extensions')
|
||||
```
|
||||
|
|
|
|||
|
|
@ -48,9 +48,3 @@ someViewModel.itemsList.observe(this, Observer { event ->
|
|||
}
|
||||
})
|
||||
```
|
||||
|
||||
### Подключение
|
||||
|
||||
``` gradle
|
||||
implementation project(':lifecycle-rx')
|
||||
```
|
||||
|
|
|
|||
|
|
@ -41,9 +41,3 @@ event.observe(this, Observer { event ->
|
|||
}
|
||||
})
|
||||
```
|
||||
|
||||
### Подключение
|
||||
|
||||
```gradle
|
||||
implementation project(':lifecycle')
|
||||
```
|
||||
|
|
|
|||
|
|
@ -25,9 +25,3 @@ val locationWithInterval = LocationLiveData(
|
|||
```kotlin
|
||||
viewModel.locationWithInterval.observe(this, Observer(::onLocationChanged))
|
||||
```
|
||||
|
||||
### Подключение
|
||||
|
||||
``` gradle
|
||||
implementation project(':livedata-location')
|
||||
```
|
||||
|
|
@ -121,9 +121,3 @@ class MainViewController(
|
|||
```gradle
|
||||
implementation project(':logging')
|
||||
```
|
||||
|
||||
### Подключение
|
||||
|
||||
```gradle
|
||||
implementation project(':navigation')
|
||||
```
|
||||
|
|
|
|||
|
|
@ -64,8 +64,3 @@ class HeaderDelegate(
|
|||
) = holder.itemView.setOnClickListener { addAction.invoke() }
|
||||
}
|
||||
```
|
||||
|
||||
### Подключение
|
||||
```gralde
|
||||
implementation project(':recyclerview-adapters')
|
||||
```
|
||||
|
|
|
|||
|
|
@ -124,9 +124,3 @@ class MainViewController(
|
|||
```gradle
|
||||
implementation project(':navigation')
|
||||
```
|
||||
|
||||
### Подключение
|
||||
|
||||
```gradle
|
||||
implementation project(':tabbar-navigation')
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue