[M] Added unrolling region selection and basic test

This commit is contained in:
2023-04-06 22:58:55 +02:00
parent 14edd3c38d
commit 26bb848f3b
15 changed files with 629 additions and 111 deletions

View File

@ -2,5 +2,5 @@
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}