6 lines
104 B
Kotlin
6 lines
104 B
Kotlin
rootProject.name = "oop-labs"
|
|
include("untitled")
|
|
include("Lab1")
|
|
include("Challenge1")
|
|
include("Lab2")
|