Skip to content

Commit 4dbc93a

Browse files
author
Patrick Jackson
committed
fix incorrect package
1 parent c678ac1 commit 4dbc93a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'kotlin-multiplatform'
77
archivesBaseName = 'redux-kotlin-thunk'
88

99
group 'org.reduxkotlin'
10-
version '0.2.7'
10+
version '0.2.8'
1111

1212
kotlin {
1313
jvm()

lib/src/commonMain/kotlin/org/reduxkotlin/Thunk.kt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
package com.willowtreeapps.common.external
2-
3-
import org.reduxkotlin.Dispatcher
4-
import org.reduxkotlin.GetState
5-
import org.reduxkotlin.Middleware
6-
import org.reduxkotlin.Store
7-
1+
package org.reduxkotlin
82

93
/**
104
* Thunk middleware for async action dispatches.

0 commit comments

Comments
 (0)