Skip to content

Running androidStories run fails with ':generateResourceAccessorsForCommonStories' not found in project #82

@agrosner

Description

@agrosner

Running ./gradlew androidStoriesRun for a multiplatform android app, I noticed that the code calls a task that does not exist anywhere in the repo.

target.compilations
     .matching { it.name == StorytaleGradlePlugin.STORYTALE_EXEC_SUFFIX }
     .configureEach {
          associateWith(target.compilations.getByName("debug"))
              compileTaskProvider.configure {
                    dependsOn(generatorTask)
                    dependsOn(":generateResourceAccessorsForCommonStories") <------ this does not seem to exist anywhere
               }
           }

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