Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support source set's hierarchy for compose resources #4589

Merged
merged 7 commits into from
Apr 10, 2024
Merged

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    5b7e346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d62b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8501e2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    105e996 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54277ba View commit details
    Browse the repository at this point in the history
  6. [gradle] Allow to have equal named xml values files in different sour…

    …ce sets for the same target
    
    All strings.xml will be packed in the same directory. Hence, we need to add an original source set name to the converted CVR file.
    terrakok committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    645256f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. [gradle] Fix a project configuration with KGP 1.8.22

    there was a problem with a commonTest source set:
    java.lang.NoSuchMethodError: 'org.gradle.api.Project org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet.getProject()'
    terrakok committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d31f7fb View commit details
    Browse the repository at this point in the history