Alexey Tsvetkov
e96826c47c
Use Gradle 7.1 for building Gradle and Intellij plugin ( #836 )
...
* Replace usage of 'de.fuerstenau.buildconfig'
with a custom replacement, because the plugin
does not support Gradle 7.0+ and
there has not been any commit activity in 5 years
(https://github.com/mfuerstenau/gradle-buildconfig-plugin );
* Update 'com.github.johnrengelman.shadow' to 7.0.0
3 years ago
Alexey Tsvetkov
2be46f961e
Implement first version of non-interactive preview for desktop ( #803 )
...
Implement first version of non-interactive preview for desktop
3 years ago
Nikolay Igotti
bf4f7051a2
Move to Kotlin 1.5.10 and Compose 0.4.0-rc1
3 years ago
Nikolay Igotti
7bdb87f20b
Move to Compose 0.4.0-build208 and Kotlin 1.5.0
4 years ago
Alexey Tsvetkov
8c8b4147ab
Update to 0.4.0-build182 and get rid of jcenter
...
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.
Resolves #557
4 years ago
Nikolay Igotti
76e3f45f8b
Move to Kotlin 1.4.32 and 0.4.0-build180
4 years ago
Alexey Tsvetkov
b483ad4c22
Add preview support to Gradle plugin
4 years ago
Alexey Tsvetkov
6dbe467abf
Split Maven artifact configuration and Gradle plugin configuration
...
This is needed to introduce non-Gradle plugin modules under gradle-plugins build for
Compose preview runtime.
4 years ago
Nikolay Igotti
2f7f05babd
Move to 0.3.2.
4 years ago
Nikolay Igotti
10e99c20d9
Move to 0.3.0.
4 years ago
Nikolay Igotti
18afa24fe0
Move to 0.2.0-build128
4 years ago
Alexey Tsvetkov
332d57ae33
Allow overriding COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION via Gradle property
...
Gradle properties are more convenient for local builds
4 years ago
Alexey Tsvetkov
563dc37c9b
Add desktop application Gradle plugin
...
For simplified packaging and running an app
4 years ago
Alexey Tsvetkov
acd734c653
Add local dir repository
...
So it's easy to see all published artifacts
4 years ago
Alexey Tsvetkov
3573807e03
Fix repository name
4 years ago
Alexey Tsvetkov
a8e34eddad
Refactor gradle-plugin build configuration to allow other plugins
...
So other plugins can be added to separate subprojects
4 years ago