File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
## Dependencies
41
41
42
42
``` kotlin
43
- implementation(" io.sellmair:evas:1.0.0-RC.3 " )
43
+ implementation(" io.sellmair:evas:1.0.0" )
44
44
```
45
45
46
46
Maven:
47
47
``` xml
48
48
<dependency >
49
49
<groupId >io.sellmair</groupId >
50
50
<artifactId >evas-jvm</artifactId >
51
- <version >1.0.0-RC.3 </version >
51
+ <version >1.0.0</version >
52
52
</dependency >
53
53
```
54
54
55
55
(Compose Extensions)
56
56
57
57
``` kotlin
58
- implementation(" io.sellmair:evas-compose:1.0.0-RC.3 " )
58
+ implementation(" io.sellmair:evas-compose:1.0.0" )
59
59
```
60
60
61
61
Original file line number Diff line number Diff line change 1
- evas.version =1.0.0-RC.3
1
+ evas.version =1.0.0
2
2
org.gradle.jvmargs =-Xmx12g -XX:+UseParallelGC
3
3
org.gradle.workers.max =8
4
4
org.jetbrains.compose.experimental.macos.enabled =true
You can’t perform that action at this time.
0 commit comments