Skip to content

Could not resolve dev.icerock.moko:permissions #161

@ffgiraldez

Description

@ffgiraldez

I want to use your library on a pure Kotlin module(I'm working on a legacy project and cannot use KMP yet)

I added the dependency as compileOnly

 compileOnly("dev.icerock.moko:permissions:0.19.1") // To simplify the example I don't use versions catalog here

And I get this error.

:domain: Could not resolve dev.icerock.moko:permissions:0.19.1.

I only need the PermissionState class inside that module.
I think the problem is PermissionDelegate and PermissionController that requires the android/ios impl.

To avoid this, can it be split into two modules, permission-core and permission-controller(or similar)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions