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

#854 update projects to use new Kotlin Multiplatform Gradle plugin #855

Merged
merged 40 commits into from Aug 12, 2022

Commits on Jul 26, 2022

  1. initial setup of buildSrc. Disable subprojects for now - they will be…

    … re-integrated one-by-one
    aSemy committed Jul 26, 2022
    Copy the full SHA
    5dd6754 View commit details
    Browse the repository at this point in the history
  2. tidy up directories a bit (this probably breaks some stuff - can be r…

    …everted or fixed later)
    aSemy committed Jul 26, 2022
    Copy the full SHA
    8ae24df View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. rm leftover utils(?)

    aSemy committed Jul 28, 2022
    Copy the full SHA
    6ae0a45 View commit details
    Browse the repository at this point in the history
  2. tidy up gitignore

    aSemy committed Jul 28, 2022
    Copy the full SHA
    0d042f1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    58cc605 View commit details
    Browse the repository at this point in the history
  4. initial subprojects setup

    aSemy committed Jul 28, 2022
    Copy the full SHA
    28c6c08 View commit details
    Browse the repository at this point in the history
  5. migrate mockk-dsl (make two functions internal to try and match .api …

    …spec - will fix properly later)
    aSemy committed Jul 28, 2022
    Copy the full SHA
    75926c9 View commit details
    Browse the repository at this point in the history
  6. migrate mockk-agent

    aSemy committed Jul 28, 2022
    Copy the full SHA
    72b3564 View commit details
    Browse the repository at this point in the history
  7. migrate android projects

    aSemy committed Jul 28, 2022
    Copy the full SHA
    4aa4c16 View commit details
    Browse the repository at this point in the history
  8. migrate mockk core!

    aSemy committed Jul 28, 2022
    Copy the full SHA
    b32d6bb View commit details
    Browse the repository at this point in the history
  9. fix android projects

    aSemy committed Jul 28, 2022
    Copy the full SHA
    a9b113e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. - Update Android Gradle config to Kotlin

    - improve sharing of classes.dex from dispatcher to android agent
    - migrate client-test subproject
    aSemy committed Jul 30, 2022
    Copy the full SHA
    5344d65 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e84f30 View commit details
    Browse the repository at this point in the history
  3. update api files

    aSemy committed Jul 30, 2022
    Copy the full SHA
    5dd6203 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c769903 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    268c2d3 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'mockk/master' into fix/854-update-build…

    …-config
    
    # Conflicts:
    #	modules/mockk-agent-android/api/mockk-agent-android.api
    aSemy committed Jul 30, 2022
    Copy the full SHA
    0ff9d1d View commit details
    Browse the repository at this point in the history
  7. update api files

    aSemy committed Jul 30, 2022
    Copy the full SHA
    31145fa View commit details
    Browse the repository at this point in the history
  8. update buildSrc kotlinVersion

    aSemy committed Jul 30, 2022
    Copy the full SHA
    10d8e6c View commit details
    Browse the repository at this point in the history
  9. revert versions change

    aSemy committed Jul 30, 2022
    Copy the full SHA
    1f0051c View commit details
    Browse the repository at this point in the history
  10. fix mockk-android dependencies

    aSemy committed Jul 30, 2022
    Copy the full SHA
    b45f74f View commit details
    Browse the repository at this point in the history
  11. rm commented out dependency

    aSemy committed Jul 30, 2022
    Copy the full SHA
    c4b2386 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. - migrate publishing config to a buildSrc convention plugin

    - setup JavadocJar to use DokkaHtml
    - IntelliJ ignore config directories
    - set up Kover for code coverage
    aSemy committed Jul 31, 2022
    Copy the full SHA
    8382d28 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    63fe814 View commit details
    Browse the repository at this point in the history
  3. update POM names/descriptions

    aSemy committed Jul 31, 2022
    Copy the full SHA
    63e7ed6 View commit details
    Browse the repository at this point in the history
  4. revert moved assets

    aSemy committed Jul 31, 2022
    Copy the full SHA
    9702ffb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. bump gradle 7.5.1

    aSemy committed Aug 8, 2022
    Copy the full SHA
    d5c252b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    134a347 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6ff2842 View commit details
    Browse the repository at this point in the history
  4. try fixing JUnit tests not running, migrate JUnit4 test to JUnit5, so…

    …me reafactoring of build scripts
    aSemy committed Aug 8, 2022
    Copy the full SHA
    d9b8779 View commit details
    Browse the repository at this point in the history
  5. set distribution as temurin

    aSemy committed Aug 8, 2022
    Copy the full SHA
    6c1cb03 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4c9d719 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Copy the full SHA
    d1d4518 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fd65c4b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    216ca93 View commit details
    Browse the repository at this point in the history
  4. fix android test dependencies

    aSemy committed Aug 9, 2022
    Copy the full SHA
    bd4e048 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    35e5836 View commit details
    Browse the repository at this point in the history
  6. formatting

    aSemy committed Aug 9, 2022
    Copy the full SHA
    634814c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    339f19e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. set buildSrc to use jdk11

    aSemy committed Aug 12, 2022
    Copy the full SHA
    6eab7ab View commit details
    Browse the repository at this point in the history