File tree Expand file tree Collapse file tree
projects/android/koin-androidx-startup
java/org/koin/androidx/startup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- public final class org/koin/androix /startup/KoinInitializer : androidx/startup/Initializer {
1+ public final class org/koin/androidx /startup/KoinInitializer : androidx/startup/Initializer {
22 public fun <init> ()V
33 public synthetic fun create (Landroid/content/Context;)Ljava/lang/Object;
44 public fun create (Landroid/content/Context;)Lorg/koin/core/Koin;
55 public fun dependencies ()Ljava/util/List;
66}
77
8- public abstract interface class org/koin/androix /startup/KoinStartup {
8+ public abstract interface class org/koin/androidx /startup/KoinStartup {
99 public abstract fun onKoinStartup ()Lorg/koin/dsl/KoinConfiguration;
1010}
1111
Original file line number Diff line number Diff line change 1111 tools : node =" merge" >
1212 <!-- This entry makes ExampleLoggerInitializer discoverable. -->
1313 <meta-data
14- android : name =" org.koin.androix .startup.KoinInitializer"
14+ android : name =" org.koin.androidx .startup.KoinInitializer"
1515 android : value =" androidx.startup" />
1616 </provider >
1717 </application >
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org.koin.androix .startup
16+ package org.koin.androidx .startup
1717
1818import android.content.Context
1919import androidx.startup.Initializer
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org.koin.androix .startup
16+ package org.koin.androidx .startup
1717
1818import org.koin.core.annotation.KoinExperimentalAPI
1919import org.koin.core.module.KoinApplicationDslMarker
You can’t perform that action at this time.
0 commit comments