7 lines
161 B
Kotlin
7 lines
161 B
Kotlin
package com.xyzshell.myandriodinfo.service
|
|
|
|
import com.xyzshell.ksp_annotations.AutoBuilder
|
|
|
|
@AutoBuilder
|
|
data class TestData(val name: String, val age: Int) {
|
|
} |