You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
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.
Iterate on an app project with the following conditions and using the following methods.
Please post results in a comment and include these things:
App project environment under test:
Iterate/Build this way:
Via a Kotlin run configuration that calls 'Build' first.
Do not (do):
IDE/Gradle composite configuration, composite dependency conversion script
The text was updated successfully, but these errors were encountered: