We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c678ac1 commit 4dbc93aCopy full SHA for 4dbc93a
lib/build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'kotlin-multiplatform'
7
archivesBaseName = 'redux-kotlin-thunk'
8
9
group 'org.reduxkotlin'
10
-version '0.2.7'
+version '0.2.8'
11
12
kotlin {
13
jvm()
lib/src/commonMain/kotlin/org/reduxkotlin/Thunk.kt
@@ -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
+package org.reduxkotlin
/**
* Thunk middleware for async action dispatches.
0 commit comments