Fix submodules' READMEs

This commit is contained in:
Malik 2019-09-10 13:58:03 +03:00
parent 4ce77354cc
commit 2eafe87a41
7 changed files with 0 additions and 41 deletions

View File

@ -59,9 +59,3 @@ class LinkViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) {
}
}
```
### Подключение
```gradle
implementation project(':kotlin-extensions')
```

View File

@ -48,9 +48,3 @@ someViewModel.itemsList.observe(this, Observer { event ->
}
})
```
### Подключение
``` gradle
implementation project(':lifecycle-rx')
```

View File

@ -41,9 +41,3 @@ event.observe(this, Observer { event ->
}
})
```
### Подключение
```gradle
implementation project(':lifecycle')
```

View File

@ -25,9 +25,3 @@ val locationWithInterval = LocationLiveData(
```kotlin
viewModel.locationWithInterval.observe(this, Observer(::onLocationChanged))
```
### Подключение
``` gradle
implementation project(':livedata-location')
```

View File

@ -121,9 +121,3 @@ class MainViewController(
```gradle
implementation project(':logging')
```
### Подключение
```gradle
implementation project(':navigation')
```

View File

@ -64,8 +64,3 @@ class HeaderDelegate(
) = holder.itemView.setOnClickListener { addAction.invoke() }
}
```
### Подключение
```gralde
implementation project(':recyclerview-adapters')
```

View File

@ -124,9 +124,3 @@ class MainViewController(
```gradle
implementation project(':navigation')
```
### Подключение
```gradle
implementation project(':tabbar-navigation')
```