Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Test IDE compilation with acornui binaries for presentation purposes. #64

Open
3 tasks
fuzzyweapon opened this issue Jun 24, 2019 · 0 comments
Open
3 tasks
Labels
scaffolding test Tests or test code (sometimes a spike that takes longer)

Comments

@fuzzyweapon
Copy link
Contributor

fuzzyweapon commented Jun 24, 2019

Iterate on an app project with the following conditions and using the following methods.

Please post results in a comment and include these things:

  • Project used
  • Notes on coverage (i.e. Mostly iterated on JVM side, project doesn't have multiple modules)
  • Duration (i.e. 2 mths, light usage)

App project environment under test:

  • published acornui modules (local maven, artifactory snapshot, or a binary release via jcenter/maven central)
  • link gradle project for app with the following IDE import settings:
    • separate module for each sourceset
    • use the custom gradle wrapper task
    • after import, bring up import settings from Gradle Tool window again to uncheck 'Store project files externally' and perform a refresh from that window.
  • ensure that the project settings are not delegating build actions to Gradle
  • ensure that the project settings for the Kotlin compiler have incremental compilation turned on

Iterate/Build this way:

Via a Kotlin run configuration that calls 'Build' first.

Do not (do):

IDE/Gradle composite configuration, composite dependency conversion script

@fuzzyweapon fuzzyweapon added scaffolding test Tests or test code (sometimes a spike that takes longer) labels Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scaffolding test Tests or test code (sometimes a spike that takes longer)
Projects
None yet
Development

No branches or pull requests

1 participant