module 2 lesson 1

This commit is contained in:
Александр Веденёв
2025-01-16 14:01:40 +07:00
parent 9cb8ecfe4e
commit 086a08954d
71 changed files with 1823 additions and 9 deletions

View File

@ -1,10 +1,13 @@
pluginManagement {
val kotlinVersion: String by settings
plugins {
kotlin("jvm") version kotlinVersion
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}
rootProject.name = "otus-kotlin-developer"
include("m1l1-first")
includeBuild("build-plugin")
includeBuild("ok-lessons")
includeBuild("ok-messenger-be")