From a2492c7050046c1b4f44532bbca6ad9ffb5cbcc1 Mon Sep 17 00:00:00 2001 From: Eugene Matsyuk Date: Fri, 26 Nov 2021 13:58:09 +0300 Subject: [PATCH 1/2] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 963877e43..c43da7393 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Now, you can write your Kaspresso tests for Jetpack Compose screens! DSL and all So, you will not see any difference between tests for View screens and for Compose screens. More information is available [here](/wiki/10_Jetpack-Compose.md). -**Be aware of it's an early access that may contain bugs. Also, API can be changed, but we are going to avoid it. Please, be free to create relative issues if you've encountered with any kind of problem.** +**Keep in mind it's early access that may contain bugs. Also, API can be changed, but we are going to avoid it. Be free to create relative issues if you've encountered with any kind of problem.** ## Philosophy From fd5368273b85254aaae089d5e6a520295ef38e72 Mon Sep 17 00:00:00 2001 From: Eugene Matsyuk Date: Fri, 26 Nov 2021 13:58:40 +0300 Subject: [PATCH 2/2] Compose wiki update --- wiki/10_Jetpack-Compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/10_Jetpack-Compose.md b/wiki/10_Jetpack-Compose.md index 7084a06d6..bbe79548b 100644 --- a/wiki/10_Jetpack-Compose.md +++ b/wiki/10_Jetpack-Compose.md @@ -1,6 +1,6 @@ # Jetpack Compose support [Early access] -**Be aware of it's an early access that may contain bugs. Also, API can be changed, but we are going to avoid it. Please, be free to create relative issues if you've encountered with any kind of problem.** +**Keep in mind it's early access that may contain bugs. Also, API can be changed, but we are going to avoid it. Be free to create relative issues if you've encountered with any kind of problem.** Jetpack Compose support consists of two parts: [Kakao Compose library](https://github.com/KakaoCup/Compose) and Kaspresso Interceptors mechanism.