Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed May 25, 2021
1 parent d0e3a65 commit e20e8fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

// DI 로 koin 을 사용하시는 경우
// 생성된 koinApplication 을 파라미터로 넘겨주셔야 합니다
// 참고 : 코틀린 1.5.0 이상 및 Koin 2.2.2 를 사용하시는 분들은 2.2.3 으로 업데이트 하시기 바랍니다.
class BaseApplication : Application() {
override fun onCreate() {
..
Expand All @@ -82,6 +83,8 @@
}

```


```kotlin

// SDK 초기화
Expand Down Expand Up @@ -199,6 +202,7 @@ Iamport.isPolling()?.observe 에서 true 전달 받을 시점에, 직접 포그

// DI 로 koin 을 사용하시는 경우
// 생성된 koinApplication 을 파라미터로 넘겨주셔야 합니다
// 참고 : 코틀린 1.5.0 이상 및 Koin 2.2.2 를 사용하시는 분들은 2.2.3 으로 업데이트 하시기 바랍니다.
public class BaseApplication extends Application {
@Override
public void onCreate() {
Expand Down

0 comments on commit e20e8fd

Please sign in to comment.